Skip to content

feat: add user implemented void mapping methods #1249

feat: add user implemented void mapping methods

feat: add user implemented void mapping methods #1249

Triggered via pull request July 16, 2023 12:03
Status Failure
Total duration 2m 16s
Artifacts

test.yml

on: pull_request
package
0s
package
integration-test-net-framework
0s
integration-test-net-framework
Matrix: integration-test
Fit to window
Zoom out
Zoom in

Annotations

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