Diagnostic for mapping null mismatch #2997
Annotations
10 warnings
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L16
Mapping the nullable source property NestedNullable.IntValue of Riok.Mapperly.IntegrationTests.Models.TestObjectProjection to the target property NestedNullableIntValue of Riok.Mapperly.IntegrationTests.Dto.TestObjectDtoProjection which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L16
Mapping the nullable source property NestedNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Models.TestObjectProjection to the target property NestedNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Dto.TestObjectDtoProjection which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L16
Mapping the nullable source property StringNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Models.TestObjectProjection to the target property StringNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Dto.TestObjectDtoProjection which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L16
Mapping the nullable source property NestedNullable.IntValue of Riok.Mapperly.IntegrationTests.Models.TestObjectProjection to the target property NestedNullableIntValue of Riok.Mapperly.IntegrationTests.Dto.TestObjectDtoProjection which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L16
Mapping the nullable source property NestedNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Models.TestObjectProjection to the target property NestedNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Dto.TestObjectDtoProjection which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/ProjectionMapper.cs#L16
Mapping the nullable source property StringNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Models.TestObjectProjection to the target property StringNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Dto.TestObjectDtoProjection which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/StaticTestMapper.cs#L39
Mapping the nullable source property NestedNullable.IntValue of Riok.Mapperly.IntegrationTests.Models.TestObject to the target property NestedNullableIntValue of Riok.Mapperly.IntegrationTests.Dto.TestObjectDto which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/StaticTestMapper.cs#L39
Mapping the nullable source property NestedNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Models.TestObject to the target property NestedNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Dto.TestObjectDto which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/StaticTestMapper.cs#L39
Mapping the nullable source property StringNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Models.TestObject to the target property StringNullableTargetNotNullable of Riok.Mapperly.IntegrationTests.Dto.TestObjectDto which is not nullable
|
Run dotnet build:
test/Riok.Mapperly.IntegrationTests/Mapper/StaticTestMapper.cs#L61
Mapping the nullable source property NestedNullable.IntValue of Riok.Mapperly.IntegrationTests.Models.TestObject to the target property NestedNullableIntValue of Riok.Mapperly.IntegrationTests.Dto.TestObjectDto which is not nullable
|
Loading