Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Releases: getsentry/sentry-dotnet-minidump

v0.1.2

28 Dec 21:45
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • When compiling to a specific platform (RuntimeIdentifier), only relevant artifacts are copied to the output directory
  • The path of the .NET Assembly is used as a probing path for crashpad_handler so it works with dotnet run and if the path the program was invoked is different than where the binaries are. 43d9982

Get it from NuGet: https://www.nuget.org/packages/Sentry.Minidump/0.1.2

v0.1.1

28 Dec 04:49
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

macOS and Linux: it attempts to set +x to crashpad_handler.
Windows: Appends .exe so sentry-native can find crashpad_handler.exe.

v0.1.0

28 Dec 04:13
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release with:

  • Windows x64
  • macOS x64
  • Linux x64

crashpad_handler is expected to have execute flag on *nix. We'll try to set the flag from C# Init on the next release if possible.

Seems like our targets are copying all artifacts on all platforms. So Windows binaries end up on macOS, etc. We'll fix that on the next release.
.NET Standard 2.1 and .NET Framework 4.7 are the lowest TFMs. If you need a lower version let us know, we could investigate in lowering.

Happy to get feedback!