efcore
https://github.com/dotnet/efcore
C#
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C# not yet supported167 Subscribers
View all SubscribersAdd a CodeTriage badge to efcore
Help out
- Issues
- Changes made on a foreign key id is lost if we read the foreign object after assignation in some cases
- Migrations: when adding required column with custom converter and unspecified default value to existing table, we don't pass through converter to generate the default "empty" value
- Ensure all Cosmos client options are exposed/available via EF Core
- Incompatibility with Dbcontext, DbFunction and Interface
- Projection fails with `The given key 'BId' was not present in the dictionary` if `AOnlyProperty` is present in the destination `ADto`
- Query: improve exception message we throw when trying to use Include on a complex type
- Some unneeded columns are still not pruned in OPENJSON WITH
- Update eShop code to show EF best practices
- Exact match search does not work in a nested collection that is mapped as JSONB
- Better exception for incomplete inline instantiation of types
- Docs
- C# not yet supported