Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了以下方法,但没有奏效
#r "System.Configuration"
这不应该是一个 nuget 参考。应该怎么做?
叹了口气,除了为加载引用程序集外,还必须为 C# 引用它。
using System.Configuration;
初学者错误。