dotnet/dotnet-api-docs

Default does not terminate the proces

Opened this issue · 2 comments

#https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.unobservedtaskexceptioneventargs.exception?view=net-8.0

The article mentions 'which, by default, would terminate the process' two times. This however is not the default in all recent .net versions. The real default behavior is only mentioned in the second paragraph of the remarks.

The article mentions a configuration setting which is not available and does not work on .net core versions.

So I would like to suggest changing the documentation to reflect the recent .net versions better.

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

Tagging subscribers to this area: @dotnet/area-system-threading-tasks