Skip to content

Commit 2f3853d

Browse files
committed
fix configuration validation test
1 parent a8f9ab1 commit 2f3853d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AutoMapper.OData.EFCore.Tests/Mappings/AirVinylMappings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public AirVinylMappings()
3030
CreateMap<SpecializedRecordStore, SpecializedRecordStoreModel>()
3131
.ForAllMembers(o => o.ExplicitExpansion());
3232
CreateMap<VinylRecord, VinylRecordModel>()
33+
.ForMember(dest => dest.Links, o => o.Ignore())
3334
.ForAllMembers(o => o.ExplicitExpansion());
3435
}
3536
}

0 commit comments

Comments
 (0)