Skip to content

feat: add user implemented void mapping methods #1035

feat: add user implemented void mapping methods

feat: add user implemented void mapping methods #1035

Triggered via pull request July 16, 2023 12:31
Status Failure
Total duration 59s
Artifacts

docs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: test/Riok.Mapperly.IntegrationTests/Mapper/CircularReferenceMapper.cs#L10
Partial method 'CircularReferenceMapper.ToDto(CircularReferenceObject)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/DeepCloningMapper.cs#L9
Partial method 'DeepCloningMapper.Copy(IdObject)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/DeepCloningMapper.cs#L14
Partial method 'DeepCloningMapper.Copy(TestObject)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/NestedMapper.cs#L12
Partial method 'NestedTestMapper.TestNesting.NestedMapper.ToInt(decimal)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L11
Partial method 'ProjectionMapper.ProjectToDto(IQueryable<TestObjectProjection>)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L13
Partial method 'ProjectionMapper.ProjectToDto(IQueryable<TestObjectProjectionBaseType>)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L22
Partial method 'ProjectionMapper.ProjectToDto(TestObjectProjection)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L31
Partial method 'ProjectionMapper.MapDerived(TestObjectProjectionBaseType)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/StaticTestMapper.cs#L12
Partial method 'StaticTestMapper.DirectInt(int)' must have an implementation part because it has accessibility modifiers.
build: test/Riok.Mapperly.IntegrationTests/Mapper/StaticTestMapper.cs#L14
Partial method 'StaticTestMapper.DirectIntNullable(int?)' must have an implementation part because it has accessibility modifiers.