.NET Core 3.0 and EF Core 3.0.0 support
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.
yes, I have same issue. I have to remove this reference to upgrade EF Core to 3.0.
This is still an issue for .NET Core 3.1
Still a problem with this, I'm looking in implementation.
when we will get fix ? or any other workaround for these issue ?
Any update on this?
Any update on this? I have same issue.
Came across this when exploring Cache for EF Core 7.0.3. I am getting this error. Was this every resolved?
core 2.2 to core 3.1, the same error. is there any update on this?