We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 514a0a5 + cecfa4f commit 790945bCopy full SHA for 790945b
src/Mapster.Tests/WhenHandlingUnmappedMembers.cs
@@ -19,7 +19,7 @@ public void TestCleanup()
19
public void No_Errors_Thrown_With_Default_Configuration_On_Unmapped_Primitive()
20
{
21
TypeAdapterConfig.GlobalSettings.RequireDestinationMemberSource = false;
22
- TypeAdapterConfig<ParentPoco, ParentDto>.NewConfig().Compile();
+ TypeAdapterConfig<SimplePoco, SimpleDto>.NewConfig().Compile();
23
24
var source = new SimplePoco {Id = Guid.NewGuid(), Name = "TestName"};
25
0 commit comments