如何安装额外的.NET 库?

发布于 2024-12-15 05:16:44 字数 304 浏览 3 评论 0原文

我是一名 .NET 初学者(C# 和 IronPython)。

我遇到了 WatiN .NET 库,它对于我想做的事情会很方便。该网站声称它与任何 .NET 语言兼容,因此我认为它也与 IronPython 兼容。

我该如何安装它?他们的网站只有一些说明,在 Visual Studio 中使用 NUget。我既不使用 Visual Studio,也不对其感兴趣。我该如何以及在哪里放置下载的文件才能使其与 IronPython 一起使用?

I'm a beginner .NET programmer (C# and IronPython).

I've come across WatiN .NET library which will show handy for what I'm trying to do. The website claims that it is compatible with any .NET language, so I assume it's compatible with IronPython as well.

How do I go about installing it? Their website only has some instructions, using NUget in Visual Studio. I neither use Visual Studio nor am I interested in it. How and where would I put the downloaded files in order to make it work with IronPython?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丑丑阿 2024-12-22 05:16:45

库是一个 .dll 文件(或多个),如果您使用 nuget,那么您的解决方案文件夹中应该有一个名为 packages 的文件夹,并且其中有一个包含 dll 的文件夹。

您想要的是添加对该 dll 的引用。看看这个

A library is a .dll file ( or many ), if you used nuget there should be a folder called packages in your solution folder and in there a folder with your dll.

What you want is to add a reference to that dll. Have a look at this

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文