benaadams / Ben.BlockingDetector

Blocking Detection for ASP.NET Core
Apache License 2.0
731 stars 35 forks source link

Does not detect Task.Wait for .NET 6 #30

Open mnns opened 2 years ago

mnns commented 2 years ago

I have intentionally set a long awaiting Task.Wait (9 seconds) but no output indicating that. Added to Startup.cs Configure() as needed.

Thanks