EntityFrameworkCore.Cacheable icon indicating copy to clipboard operation
EntityFrameworkCore.Cacheable copied to clipboard

.NET Core 3.0 and EF Core 3.0.0 support

Open FWorren opened this issue 6 years ago • 8 comments

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.

FWorren avatar Sep 26 '19 12:09 FWorren

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

giabao-sys avatar Nov 20 '19 09:11 giabao-sys

This is still an issue for .NET Core 3.1

maxali avatar Dec 05 '19 01:12 maxali

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

WUKS87 avatar May 14 '20 11:05 WUKS87

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

Tushar278 avatar Jul 27 '20 07:07 Tushar278

Any update on this?

rochapablo avatar Nov 27 '21 12:11 rochapablo

Any update on this? I have same issue.

mardemza avatar Apr 23 '22 01:04 mardemza

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

darpanp avatar Mar 06 '24 05:03 darpanp

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

basic-code-info avatar Mar 22 '24 15:03 basic-code-info