Our great sponsors
-
I looked at SO posts including this one, but they either did not seem to match my situation or lacked a minimum reproducible example so they were of no help. I do have this entire solution on GitHub for reference. I'm sure I am just misunderstanding something about the use of many-many relationships when an explicit join entity is defined but I can't find what from the documentation.
-
Entity Framework
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Turns out it's a defect in EF Core. It's been reported. Thanks for the help!
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Related posts
- How do I drop a database from a server without the database file being deleted using c#?
- Why keep EF Core migrations in a separate project?
- EFCore Many-to-Many: any way to prevent inefficient sub-select without a round-trip?
- EF Core team works on issues depending on the likes. Does that accurately represent what should be worked on?
- How to profile this code?