We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f9ab1 commit 2f3853dCopy full SHA for 2f3853d
1 file changed
AutoMapper.OData.EFCore.Tests/Mappings/AirVinylMappings.cs
@@ -30,6 +30,7 @@ public AirVinylMappings()
30
CreateMap<SpecializedRecordStore, SpecializedRecordStoreModel>()
31
.ForAllMembers(o => o.ExplicitExpansion());
32
CreateMap<VinylRecord, VinylRecordModel>()
33
+ .ForMember(dest => dest.Links, o => o.Ignore())
34
35
}
36
0 commit comments