sentry-native icon indicating copy to clipboard operation
sentry-native copied to clipboard

Support for nuget packages

Open compnerd opened this issue 6 months ago • 3 comments

When using sentry on Windows, it is convenient to treat the native SDK as a nuget package for easy integration into Windows products. If this is of interest, we have build some automation via GHA for building the nuget packages, and hosting via GH Packages. If this is of interest, we could send you a PR to integrate that into your releases.

compnerd avatar Dec 05 '23 17:12 compnerd

CC: @supervacuus

compnerd avatar Dec 05 '23 17:12 compnerd

As I answered in the other issue, binary releases can make sense for Windows. Still, they would have to reflect all the combinations of backend, shared/static sentry, and shared/static runtime (architecture when ARM64 runners are available) to be broadly helpful. Nuget would then be the dot to the i.

Let's leave this here for users to vote.

supervacuus avatar Dec 06 '23 14:12 supervacuus

The is not arm64 specific, but architecture neutral. Right, for the other backends, it should be possible to build and have a matrix of builds and packages that would allow you to have the other variants as well.

compnerd avatar Dec 06 '23 14:12 compnerd