SteffenMangold / EntityFrameworkCore.Cacheable

EntityFrameworkCore second level cache
Apache License 2.0
192 stars 27 forks source link

.NET Core 3.0 and EF Core 3.0.0 support #19

Open FWorren opened 4 years ago

FWorren commented 4 years ago

The EF Core nuget packages needs to be updated to support .NET Core 3.0. When migrating from .NET Core 2.2 to 3.0 and EF Core to 3.0.0 assembly cannot be loaded:

System.TypeLoadException: Method 'get_Info' in type 'EntityFrameworkCore.Cacheable.CacheableOptionsExtension' from assembly 'EntityFrameworkCore.Cacheable, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
giabao-sys commented 4 years ago

yes, I have same issue. I have to remove this reference to upgrade EF Core to 3.0.

maxali commented 4 years ago

This is still an issue for .NET Core 3.1

WUKS87 commented 4 years ago

Still a problem with this, I'm looking in implementation.

Tushar278 commented 4 years ago

when we will get fix ? or any other workaround for these issue ?

rochapablo commented 2 years ago

Any update on this?

mardemza commented 2 years ago

Any update on this? I have same issue.

darpanp commented 6 months ago

Came across this when exploring Cache for EF Core 7.0.3. I am getting this error. Was this every resolved?

basic-code-info commented 5 months ago

core 2.2 to core 3.1, the same error. is there any update on this?