Skip to content

Commit 82918ec

Browse files
committed
Update BulkOperationPatchHandlersEF.cs
1 parent 456b024 commit 82918ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNetCore3x/BulkOperation/EFTests/BulkOperationPatchHandlersEF.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ protected override void OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuild
3232
modelBuilder.Entity<Employee>().Ignore(c => c.NewFriends);
3333
modelBuilder.Entity<Employee>().Ignore(c => c.UnTypedFriends);
3434
modelBuilder.Entity<Employee>().Ignore(c => c.InstanceAnnotations);
35+
modelBuilder.Entity<Employee>().Ignore(c => c.FavoriteSports);
3536

3637
modelBuilder.Entity<NewFriend>().Ignore(c => c.InstanceAnnotations);
3738
modelBuilder.Entity<UnTypedFriend>().Ignore(c => c.InstanceAnnotations);

0 commit comments

Comments
 (0)