-
报错提示:Unable to cast object of type 'ShardingCore.EFCores.ShardingQueryCompiler' to type 'Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler'.
使用的是Z.EntityFramework.Plus查询未来的功能所产生的报错:source.De…
-
Would be amazing if you could add the new EF CosmosDb as a provider.
-
_From @alexus1024 on January 27, 2014 9:39_
This test demonstrates shifting of DateTime fields for -X hours where X is the current time zone.
``` C#
[Test]
public void DateTimeIssue()
{
var crea…
-
As discussed in https://github.com/aspnet/EntityFramework.Docs/pull/810
It isn't obvious how Cascade Delete interacts with lazy loading and proxies.
-
I'm using EF 6 Code First, and when I try and inserting +-1000 I'm getting the error "Object reference not set to an instance of an object.". Wonder if the issue is with handeling optional collumns.
…
-
I have a few stored procedures that I'd like to be created during a migration step in Entity Framework core 8.0.7.
I added a new migration, and in the `Up()` method I put this simple script:
```c…
-
Corex.Data.Derived.EntityFramework MSSQL entityframework olarak hizmet veriyor. Bunun PostgreSQL'ini derived etmemiz gerekiyor.
-
- Version 1.4.10.2
Entity framework 6.2 beta introduces a new feature that caches the compiled models; when using this feature "OnModelCreating" is not called.
From: https://blogs.msdn.microsoft…
-
I installed the package as instructed but at the end of it there's an error and no Mvc.Mailer reference is added to project but I was able to scaffold my mailers.
++++++++
install-package MvcMailer
T…
-
This is probably a subtopic in [relationships](https://github.com/aspnet/EntityFramework.Docs/blob/master/entity-framework/core/modeling/relationships.md).
EF Core is pretty flexible re the type o…