AspNetCoreDiagnosticScenarios icon indicating copy to clipboard operation
AspNetCoreDiagnosticScenarios copied to clipboard

This repository has examples of broken patterns in ASP.NET Core applications

Results 34 AspNetCoreDiagnosticScenarios issues
Sort by recently updated
recently updated
newest added

Hey there! First, if you are reading this, you are amazing! I'm Armaan and actively taking part in Hacktoberfest and HackSquad, I was contributing to various repos recently and found...

Not sure what a better header text would be, but "❌ BAD This example uses Task.Result to get the connection in the constructor. This could lead to thread-pool starvation and...

Do You Have This Rules as Sonarqube Rules?If you have rules,Can you send github repo?

[Avoid using Task.Result and Task.Wait](https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#avoid-using-taskresult-and-taskwait): https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/0c82fa823796c38d0436c0c08665c944ab12f91d/AsyncGuidance.md?plain=1#L232 ASP.NET Core Blazor does appear to use a synchronization context, being the [RendererSynchronizationContext](https://source.dot.net/Microsoft.AspNetCore.Components/R/20c5f0a262ea5879.html)](https://source.dot.net/#Microsoft.AspNetCore.Components/Rendering/RendererSynchronizationContext.cs,11).