带有源代码的 nuget 包,不含 SymbolSource.org

发布于 2024-12-10 14:45:14 字数 217 浏览 0 评论 0原文

是否可以在不使用 SymbolSource.org 的情况下发布包含源代码和 pdb 文件的 nuget 包进行调试

我们有自己的内部 nuget 源代码,并且拥有我们添加到几乎每个解决方案中的专有核心项目,我想做的是作为一部分构建过程的一部分创建一个 nuget 包并推送到我们的内部 nuget 源。我看到的使用 pdb 文件和源创建包的唯一示例是创建符号包并推送到 SymbolSource.org

Is it possible to publish a nuget package with source code and pdb files for debugging without using SymbolSource.org

We have our own internal nuget source and have proprietary core projects that we add to nearly every solution, what I would like to do is as part of the build process create a nuget package and push to our internal nuget source. The only examples I see of creating a package with pdb file and source are by creating a symbol package and pushing to SymbolSource.org

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

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

发布评论

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

评论(2

凉薄对峙 2024-12-17 14:45:14

只是想用来自symbolsource的以下博客文章来更新此内容

一段时间以来,我们一直在谈论社区版
符号源。从今天开始,它也可以在 NuGet 上使用
NuGet.Server 的方式,并且具有类似的目的:在内部
以调试器友好的方式托管符号和源。

Just wanted to update this with the following blog post from symbolsource:

For some time now we have been speaking about a community edition of
SymbolSource. Starting from today it is available on NuGet the same
way that NuGet.Server is, and serves a similar purpose: to internally
host symbols and sources in a debugger-friendly way.

月朦胧 2024-12-17 14:45:14

SymbolSource.org 提供私有源存储库 http://www.symbolsource.org/Public/Blog/ View/29 需要身份验证。如果您的公司政策不支持这一点,则现有的 NuGet 错误可以为您所描述的内容添加更好的支持。

http://nuget.codeplex.com/workitem/1543

SymbolSource.org provides private source repositories http://www.symbolsource.org/Public/Blog/View/29 which require authentication. If your company policy doesn't support that, there is an existing NuGet bug to add better support for what you're describing.

http://nuget.codeplex.com/workitem/1543

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