Using System.Dynamic in Roslyn
问题 I modified the example that comes with the new version of Roslyn that was released yesterday to use dynamic and ExpandoObject but I am getting a compiler error which I am not sure how to fix. The error is: (7,21): error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create' Can you not use dynamics in the new compiler yet? How can I fix this? Here is the example that I updated: [TestMethod] public void EndToEndCompileAndRun() { var text = @"using