Add the capability to generate a dump file for unhandled exceptions in asp.net core applications.
Open
affected-medium
area-hosting
area-networking
enhancement
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
.net core supports generating core dumps when an application crashes as a result of unhandled exceptions (https://github.com/dotnet/coreclr/blob/master/Documentation/botr/xplat-minidump-generation.md). This does not however work for asp.net core as unhandled exceptions (from a users code perspective) are handled down the stack. There should be a mechanism by which I can enable core dump generation in asp.net core applications.
Contributor guide
Assessment
This issue has not been assessed yet.