gpt4 book ai didi

c# - 将 NuGet .pdb 复制到输出目录

转载 作者:太空宇宙 更新时间:2023-11-03 12:18:04 27 4
gpt4 key购买 nike

当我构建一个 ASP.NET Core 项目时,它只将它自己的 .pdb 文件和任何已安装的 NuGet 包的所有 .dll 复制到输出目录。但是,它不会复制它们的 .pdb 文件。我必须从 %UserProfile%\.nuget\packages 目录中手动选择它们。

我想知道是否有一个选项可以让 NuGet 包 .pdb 被复制到输出目录?

最佳答案

这样做的新方法越来越多地使用 SourceLink ,允许在调试时按需下载源代码。

NOTE: At the time of this writing there are still missing features, as pointed out by Martin Ullrich.

NuGet 符号包和符号服务器

传统上,NuGet .nupkg 文件中没有 .pdb 文件。

相反,.pdb 文件被放入 NuGet symbol packages (ending in .symbols.nupkg) .

然后它们可以托管在 symbol servers 上(或本地文件系统),Visual Studio IDE 又可以通过 configuring it accordingly 使用它.另见 Specify symbol (.pdb) and source files in the Visual Studio debugger .

请注意,并非所有 NuGet 包发布者都创建符号包或使用 SourceLink - 如果您需要调试一个没有任何符号包的开源库,也许您应该考虑贡献它们。

关于c# - 将 NuGet .pdb 复制到输出目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48853339/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com