2018-03-06

[.Net 4.7 ] Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create

今天把自己寫的 library 換成 .net framework 4.7 compile 發生錯誤,看一下 發現他不認得 dynamic 這東西

上網路找一下 http://blog.darkthread.net/post-2017-07-25-csharpargumentinfo-error-on-dynamic.aspx 黑大寫過這篇文章,但是因為我是用 standard library 沒有找到文中所說的,所以直接上 nuget 去載

image
https://www.nuget.org/packages/Microsoft.CSharp/

加入後重新編譯就好了

image

筆記一下。

--

The bug existed in all possible states. Until I ran the code.

如果這篇文章有幫助到您幫我分享一下,讓我有寫下去的動力...