Closed
Description
See #23703
So this is not needed:
modelBuilder.Entity<Post>().Navigation(e => e.TagsInPostsData).HasField("tagsInPostsData_");
modelBuilder.Entity<Tag>().Navigation(e => e.PostsInTagsData).HasField("postsInTagsData_")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment