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

.Net Standard 2.0 compiler errors #160

@lunim

Description

@lunim

With the latest LibLog from either master or the netstandard branch, attempting to compile a .Net standard 2.0 library fails, due to the use of "dynamic".

Error CS0656 Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.Binder.Convert' ClassLibrary1 ClassLibrary1\Class1.cs 561 Active

One piece of code with issue:

private static dynamic s_currentLogProvider;
internal static ILogProvider CurrentLogProvider => s_currentLogProvider;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions