AspNetCoreDiagnosticScenarios · Issues· 27 open
Open on GitHubLocally synced open issues (discussions stay on GitHub)
- #76
How about long running work that is done using an async method
Updated Feb 15, 2025 - #72
"Always create `TaskCompletionSource<T>` with `TaskCreationOptions.RunContinuationsAsynchronously`" may be detrimentally overcorrecting.
Updated Nov 7, 2024 - #19
AsyncLazy will cache the exceptions
Updated May 30, 2024 - #118
Question about example
Updated Mar 20, 2024 - #106
Do You Have This Rules as Sonarqube Rules
Updated Mar 20, 2024 - #99
ASP.NET Core does have a SynchronizationContext when using Blazor
Updated Dec 27, 2022 - #86
Async void is not always bad
Updated Dec 19, 2022 - #48
Async code inside a long running background thread
Updated Dec 2, 2022 - #84
WindowsIdentity.RunImpersonated errors
Updated Apr 11, 2022 - #85
Possible clarification for long-running work advice
Updated Mar 6, 2022 - #87
Event handler (async void) with EventArgs processing
Updated Jan 31, 2022 - #40
Async application initialization in asp.net core and .net core apps
Updated Nov 12, 2021 - #79
Mapping CancellationToken in controller's actions
Updated Sep 30, 2021 - #64
Make TaskCreationOptions.LongRunning advice more explicit
Updated May 21, 2021 - #62
Recommended handling in ConcurrencyDictionary<string, Task<T>> when task fails
Updated Mar 27, 2021