在LinqPad 6中添加DLL

问题描述

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

解决方法

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

如果它是标准库的一部分,则您无需添加dll,而只需引用它即可。

ffmpeg -i "concat:image.ts|video.ts" -c:v libx264 -c:a aac -b:a 160k -bsf:v -y output.mp4

来自 https://www.linqpad.net/LINQPad6.asp

的LINQPad 6 部分中行为不同的事物