-
Will there be a .net 6 build
-
EF Core 8 latest with postgresql
When I change the model and save changes, dbcontext generated for EFDesigner 2022 now include **.UseTpcMappingStrategy()** for all tables.
So when I generate the m…
-
Hello,
I am having issues with the V3 custom file base template generation. If I use the following settings without the custom templates I am able to generate my POCO classes:
Settings.DatabaseType…
-
I could not override the configuration
Please help me
-
## File a bug
This is the continuation of the efforts of this issue:
https://github.com/dotnet/efcore/issues/29847
I have uploaded an SLN which contains the generated migration here:
https://d…
-
After updating from EF Core 5 to EF Core 6, some of our unit tests failed. I couldn't figure out by which of the known breaking changes this might be caused, but found the changed behavior in a method…
-
## File a bug
When enabled, Split Querying is supposed to buffer all result sets except for the last. This does not seem to happen when only one result set is requested. When only one result set is…
-
I used the sample "ODataRoutingSample" and replaced EF-Core with EF6.
**It generally works until you use "Queryable Features" like $filter or $select then you will recive this expcetion:**
> No…
-
The following code passes `dotnet test`. (Also tried in VS 2022 17.0.0 and same behavior is observed)
```csharp
using System;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
…
-
## File a bug
### Include your code
Demo Repo: https://github.com/BenjaminAbt/efcore6-custom-id-type-projection-bug
This example shows entities that use a Guid as a base, but via their own …