.NET Core compilation error: Missing compiler required member 'microsoft.csharp.runtimebinder.csharpargumentinfo.create'
After using the dynamic keyword in a .NET core test application, the project no longer compiled. Instead I got the following error message:
Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'
The error message itself is not very helpful, but luckily the solution is easy. Just add a reference to Microsoft.CSharp.