PostSharp 依赖项是否需要分发?
我的主要问题是 PostSharp 依赖项是否需要与使用它的 dll 一起分发。我认为不会,因为 PostSharp 在编译时而不是运行时工作,但我即将向我的老板提出一些想法,我只想进行一些验证。
The main question I have is whether PostSharp dependencies need to be distributed with dlls that use it. I assume not since PostSharp works at compile time rather than runtime but I am about to propose some ideas to my boss and I would just like some verification.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,PostSharp 在构建系统上工作来完成它的工作。之后,您只需要分发 PostSharp.dll,它应该已经在您的输出文件夹中。
No, PostSharp works on the build system to do it's work. After that, you only need to distribute PostSharp.dll which should already be in your output folder.