-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/EF-Framework---Temporal-tables-Race-cond/10159570)._
---
I am developing an ASP.NET web…
-
The command "expand" with two levels are not working properly using the given scenario:
Order (HasMany)-> ProductsSold (HasOne)-> Product
We also observed that it is related with the EnableQuery…
-
> Message from office-js bot:
We’re closing this issue because it has been inactive for a long time. We’re doing this to keep the issues list manageable and useful for everyone. If this issue is still…
-
In old EF6 with EDMX I used a T4 script to also generate additional .cs file per entity where I generate overrides for Equals, ==, != ,ToString, GetHashCode otherwise Checks failed for EF6 because of …
-
1、在OnModelCreating(DbModelBuilder modelBuilder)方法中用如下方式初始化mapping信息
configurationInstance = Activator.CreateInstance(type);
modelBuilder.Configurations.Add(configurationInstance);
2、实体类…
-
AnimalSpecies is renamed to AnimalSpecy.
### Provide steps to reproduce
1. Add a table named `t_AnimalSpecies`
2. Reverse engineer the DB
3. Rename the table to `AnimalSpecies`
EXPECTED…
-
I've found that when a DbContext has mappings to a class in the same assembly, which is a nested class, then the comparer thinks the type is defined in another assembly.
Making the classes not nest…
-
We are trying to combine Entity Framework Identity with Z.EntityFramework.Classic. When we install Identity packages from nuget, it also includes EF. Since Z.EntityFramework.Classic is the fork of orj…
-
.net framework 4.8+entity framework 6.4.4
Codes:
List xx;
tsql = "select....";
var xxxx = DB.Database.SqlQuery(tsql);
xx = xxxx.ToList();
Result:
variable xx can get a list, but some er…
-
Привет, @wasd377. С какого мака ты сейчас загружаешь сборки в тестфлайт?
Интересует модель мака, версия Mac OS и версия Xcode.
Спрашиваю, чтобы проверить совместимость с моими параметрами для будущи…