You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nuget supports two types of symbol packages: [legacy][1] and
[snuget][2]. The latter happens to be the newer implementation. Legacy
symbol packages only exist for compatibility.
It should be noted that, unfortunately, snuget symbol packages do not
support Windows PDBs (the kind you get from C++ code). They only support
portable PDBs (managed). As such, this patch provides support for legacy
symbol package format. Note the following information from the symbol
package MSDN documentation page:
> Native projects, such as C++ projects, produce Windows PDBs instead of
> Portable PDBs. These are not supported by NuGet.org's symbol server.
> Please use Legacy Symbol Packages instead.
Fixeslibgit2#111
[1]: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages
[2]: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
0 commit comments