microsoft / node-api-dotnet

Advanced interoperability between .NET and JavaScript in the same process.
MIT License
514 stars 55 forks source link

Publish symbols to nuget and symbol server #177

Open jasongin opened 11 months ago

jasongin commented 11 months ago

We need to publish symbols to NuGet and the Microsoft public symbols server.

NuGet symbol publishing is helpful for NuGet-packaged binaries, but we also publish some binaries via npm packages. For those, the Microsoft symbol server is probably the best approach.

jasongin commented 2 months ago

Nuget symbol packages (.snupkg) are published to nuget.org starting with version 0.8.4.

We still need to publish symbols for the binaries that are not published in nuget packages.