【问题标题】:Add DLL in LinqPad 6在 LinqPad 6 中添加 DLL
【发布时间】:2020-08-18 21:00:22
【问题描述】:

我正在使用 LINQPad 6,但不知道如何添加 System.DirectoryServices.AccountManagement DLL。我看到我可以从 NuGet 的东西中选择,但不是标准的 Windows DLL。以前的版本用来列出所有的 DLL,让我直接从那里挑选。没了?

【问题讨论】:

  • 没有了,但是您可以使用 F4 Add/Browse... 并找到要添加引用的 DLL。 Nuget 包更容易。

标签: linqpad


【解决方案1】:

我不认为 System.DirectoryServices.AccountManagement 是标准 netcore 库的一部分,但可以作为 Nuget 包使用。

如果它是标准库的一部分,那么您不需要添加 dll,只需引用它即可。

There's no longer an option to add Framework assembly references. In keeping with Visual
Studio, all .NET Core Framework assemblies are referenced automatically.

来自https://www.linqpad.net/LINQPad6.aspx在LINQPad 6中表现不同的事物部分

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-05-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多