Skip to content

feat: add user implemented void mapping methods #1250

feat: add user implemented void mapping methods

feat: add user implemented void mapping methods #1250

Triggered via pull request July 16, 2023 12:20
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/TestMapper.cs#L12
Partial method 'TestMapper.DirectInt(int)' must have an implementation part because it has accessibility modifiers.
test: test/Riok.Mapperly.IntegrationTests/Mapper/TestMapper.cs#L14
Partial method 'TestMapper.ImplicitCastInt(int)' must have an implementation part because it has accessibility modifiers.
test: test/Riok.Mapperly.IntegrationTests/Mapper/TestMapper.cs#L16
Partial method 'TestMapper.ExplicitCastInt(uint)' must have an implementation part because it has accessibility modifiers.
test: test/Riok.Mapperly.IntegrationTests/Mapper/TestMapper.cs#L18
Partial method 'TestMapper.CastIntNullable(int)' must have an implementation part because it has accessibility modifiers.
test: test/Riok.Mapperly.IntegrationTests/Mapper/TestMapper.cs#L20
Partial method 'TestMapper.ParseableGuid(string)' must have an implementation part because it has accessibility modifiers.
test: test/Riok.Mapperly.IntegrationTests/Mapper/TestMapper.cs#L22
Partial method 'TestMapper.ParseableInt(string)' must have an implementation part because it has accessibility modifiers.