Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

After upgrading Asp.net core 1.1 to 2.0: "GetAsync does not have an implementation" #348

@DeveloperUniversity

Description

@DeveloperUniversity

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions