You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Upgraded an ASP.NET MVC Core 1.1.2 project under active development to 2.0 and got an error where one did not previously exist (no code has changed other than referenced libraries).
In Startup.cs / ConfigureServices(), when calling:
services.RegisterServices();
I now get the exception:
System.TypeLoadException occurred
HResult=0x80131522
Message=Method 'GetAsync' in type 'Microsoft.Extensions.Caching.Redis.RedisCache' from assembly 'Microsoft.Extensions.Caching.Redis, Version=1.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.
Is this just a matter of this package catching up? Or did something else fundamentally change that would cause this?