-
Hi,
I've started to play around with the EFRepository. I got some strange errors on my Asp.Net MVC page that it couldn't load the System.Data.Entity.dll.
In the end I found out, that EFRepository doe…
-
As it states on this page: A generated property is a property whose value is generated (either by EF or the database) when the entity is added and/or updated.
But also there is no example how to gene…
-
Getting error...
Unhandled Exception: System.InvalidOperationException: ServiceLocationProvider must be set.
migrator.ef6.tools -> 2.1
dotnet -> 2.2.101
aspnetcore => 2.2
.net framework => 4.7…
-
Hi,
Thanks for the great library!
I'm trying to use `IncludeOptimized` with Entities that have GUID Primary Keys. If I do this against SQL Server it works just fine, however if I do it against O…
-
I know this is a pretty long issue description, but please read it entirely. I've done my best to explain it.
---
Consider I have the following code-first model classes:
public class Pare…
-
I integrated Effort.EF6 to our solution. Using Resharper to run my tests, all 700 tests ran in 5 minutes. Which is good. Then, I ran the tests using the test runner from Visual Studio 2017 and it took…
-
The API references for the non-core versions of the NuGet package should be part of the .NET API Browser. I talked to @dend and apparently they can be hosted in this repo.
To have complete coverage…
-
Currently if you try to use the EF6 Designer on an SDK style project you will get a Null-Ref exception. This is because SDK-style projects are not supported. However, we should fail earlier and give a…
-
Hey there, do you think there is any reasonable way to make this work with ZProject.EntityFramework.Classic? It's an EF6 fork that runs on .NET Core/netstandard, but has no migration tooling
-
## Detailed repro steps so we can see the same problem
1. Let there is solution installed EF V6.3
2. Downgrade to EF FV6.1
3. Then upgrade to EF 6.4.4
Now if type "update-database" on PMC …