dotnet / dotnet/aspnetcore

Add the capability to generate a dump file for unhandled exceptions in asp.net core applications.

Open
#9,904 11 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.