-
Is there any thoughts on supporting EntityFramework 6.3.0 and .NETStandard 2.1? Current compatibility states "_Compatible with .net 4.0+ (EF6) and .net Standard 1.3+ (EFCore)._"
https://www.nuget.o…
-
Hi Good Day!
I have an existing oracle stored procedure with ref cursors as below.
```
procedure ibp_country_mstr_getlist
(
p_country_id in number,
…
-
I cheched default inheritances of `AbstractBatcher`, chech `MiniProfiler.EF6`. And do not get what is purpose of `Infrastructure` namespace? Could you document it and what is difference in output if …
-
Per https://github.com/aspnet/EntityFramework/issues/6181 we had an issue where Include was generally faster then EF6.x, but slower when run with small data sets. We should run some or all of the quer…
-
[EntityFrameworkCore.Jet](https://github.com/bubibubi/EntityFrameworkCore.Jet) provider:
> The provider is .NET Standard 2.0 compatible, so it can be used with .NET (Core) 2.0+ and .NET Framework 4…
-
Hi,
Does the framework currently support TPT inheritance with EF6? I have been getting mapping errors when trying to read data from tables which have TPT inheritance.
Does the framework have a…
-
In the example of "class and update stored procedure with a timestamp concurrency token", it fails with ConcurrencyException - "Store update, insert, or delete statement affected an unexpected number …
-
Will this work on Mac? I have a MVC 5 mono project with EF6. My database is SQL Server hosted from a Docker container. I am trying to find a migration solution as VS for Mac does not have the Package …
-
This is to follow up on a specific issue a customer created today on EF Core at https://github.com/aspnet/EntityFramework/issues/7283, but the problem has been brought to our attention before.
Bo…
-
lets say I have a table ( Ef6, .net framework 4.8 )
[foo].[Bar] where schema is "foo" and the table is "Bar"
How can I change the class files produced to be
filename: `foo.Bar.cs`
class de…