-
When using Entity Framework Core, the library logs a warning (Microsoft.EntityFrameworkCore.Query[10102]) if a query utilizes row limiting operations (`Skip`/`Take`) without preceding these with an `O…
-
It does not follow from the documentation what the behavior of `Include` and `ThenInclude` regarding `null`s of collection navigation properties. If included set of values is empty, will navigation pr…
-
Most part of developers write code based on async/await approach.
So they should pass the parameter _TransactionScopeAsyncFlowOption.Enabled_ to constructor of the _TransactionScope_ for correct work…
-
I'd like to support multiple windows on desktop platforms (e.g. for the editor to have breakout windows that dock/undock if you drag'n'drop a window onto the main one.)
Of course, multiple windows …
-
After many attempts at finding references to Geography (as opposed to Geometry) examples I have found that aspect of the EF Core Spatial support elusive. If it exists, please update this document …
-
There doesn't seem to be any good guidance on how to set up and maintain a database-per-tenant model for EF Core.
- How to create/ migrate new tenant dbs programmatically?
- How to manage connec…
-
The update trigger for updating timestamps doesn't work for multi-row inserts.
Should probably be something like:
```sql
CREATE TRIGGER [dbo].[Blogs_UPDATE] ON [dbo].[Blogs]
AFTER UPDATE
…
-
I know you guys were talking at one point about porting this to EFCore. Did that every happen? In another repo somewhere maybe? If not, what you are you using now?
-
### Type of issue
Typo
### Description
why dont Show EF Core 6, AppDbContext onModelCreating in modelbuilder.HasDefaultSchema("Schema name");
### Page URL
https://learn.microsoft.com/en-us…
-
# .NET October 2024 Update
## Release Notes
* [8.0.10](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.10/8.0.10.md)
* [6.0.35](https://github.com/dotnet/core/blob/main/release-notes/6…