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

Support `UWP` via package

Open bitsandfoxes opened this issue 9 months ago • 1 comments

Benefits:

  • Allows us to be optinionated whether UWP is targeted
  • Wrap the enricher to fix non-available stuff (i.e. in foreground)
  • Wrap .NET native functionality that is not available
  • https://github.com/getsentry/sentry-dotnet/issues/3388
  • https://github.com/getsentry/sentry-dotnet/issues/569
  • https://github.com/getsentry/sentry-dotnet/issues/2416

Challenges:

  • Currently we publish all our NuGet packages from the same build on the macOS runner. I don't think we can build packages with dependencies in WinAPI from macOS, so we'd need to use multiple runners to publish the release builds

bitsandfoxes avatar May 06 '24 08:05 bitsandfoxes