如何使我的Nuget软件包能够“介入”?
我要发布一个Nuget软件包,我希望使用它的人可以像他自己的代码一样加入其中。
为了做到这一点,在发行配置(我用于发行的一种)中,我尝试设置“调试信息:” embedded
和Portable
,但无做到了!当我安装软件包时,酒吧文件永远不会……
我在做什么错?
Im releasing a nuget package and I'd like that whoever is using it could step into it as if it was his own code.
In order to do that, in the RELEASE configuration (which is the one I use for distribution), I try set the "Debug Information:" to Embedded
and Portable
but none did the trick! When I install the package, the pub files are never there...
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
内存的答案是:
现在,尝试将其迈入该代码。
真实的符号服务器作为网站生产。大量文档。关于如何做到这一点。
The answer from memory is:
Now try to single step into that code.
The real symbol server is produced as a website. Plenty of doc. On how to do that.