dotnet / dotnet/dotnet-api-docs
FailFast documentation insufficient for Linux / Docker environments
Open
area-System.Runtime
doc-enhancement
Pri3
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
[The documentation of the `Environment.FailFast` method](https://docs.microsoft.com/en-us/dotnet/api/system.environment.failfast?view=netcore-3.0) states that calling the `FailFast` method will write an entry in the Windows Application event log before exiting the application. However, when in a Docker / Linux environment, no such log is present. What will the method do in these environments?
Contributor guide
Assessment
This issue has not been assessed yet.