getsentry / getsentry/sentry-dotnet
Document peculiarities of NativeAOT and native crash reporting
Open
.NET
AOT
Docs
Improvement
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
* We should document this. And if this becomes a problem maybe we hook into the .NET assembly loading and invalidate any time that happens (as it could reference new native libs)?
* Offline caching of .NET layer is independentant of offline caching of native (which requires it to work) so it's not opt-in. Which directory it uses by default (could it affect macOS that requires user permission to write files on some directories?)
_Originally posted by @bruno-garcia in https://github.com/getsentry/sentry-dotnet/pull/2887#discussion_r1408125114_
Contributor guide
Assessment
This issue has not been assessed yet.