如何告诉 Visual Studio 自动加载某些引用?

发布于 2024-11-08 05:36:18 字数 202 浏览 0 评论 0原文

假设我有一些带有一些基本类的低级实用程序集。

然后我有其他使用这些类的更高级别的程序集,可能将它们作为参数并返回它们。

现在,在解决方案的应用程序级别,如果您添加一个以这种方式使用较低级别程序集的较高级别程序集,如果您不添加对较低级别程序集的引用,则应用程序将无法编译。

有没有办法表明对程序集的引用需要存在或添加其他引用?

Say I have low-level utility assemblies with some basic classes.

Then I have other higher-level assemblies which use those classes, potentially taking them as parameters and returning them.

Now, at the application level in the solution, if you add a higher-level assembly which uses lower-level assemblies in this manner, if you don't add references to the lower-level assemblies, the application will not compile.

Is there a way to indicate that a reference to an assembly requires other references to be exist or be added?

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

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

发布评论

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

评论(1

幸福丶如此 2024-11-15 05:36:18

您可以创建 NuGet 包,并使用命令行添加对程序集的引用

http://nuget.codeplex.com /

You can create a NuGet package, and use the command line to add a reference to your assembly

http://nuget.codeplex.com/

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