构建后删除 PostSharp 引用?

发布于 2024-08-30 04:34:29 字数 171 浏览 6 评论 0原文

是否可以让 postsharp 在构建过程中删除对 postsharp 程序集的引用?

我有一个 exe,我需要占用很小的空间。我想使用 postsharp 的一些编译时编织,但不想用 exe 部署 PostSharp.dll。

我正在使用 PostSharp 2(特别是 2.0.4.1074)

Is is possible to get postsharp to remove references to the postsharp assemblies during a build?

I have an exe i needs to have a very small footprint. I want to use some of the compile time weaving of postsharp but dont want to have to deploy PostSharp.dll with the exe.

I am using PostSharp 2 (2.0.4.1074 specifically)

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

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

发布评论

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

评论(1

ぶ宁プ宁ぶ 2024-09-06 04:34:29

据我所知,这是不可能的。引用是必要的,因为方面的基类位于公共 PostSharp 程序集中。

As far as I know, this is impossible. References are necessary, since base classes of your aspects are located in public PostSharp assembly.

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