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 5, 2019. It is now read-only.
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
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".
One piece of code with issue: