Await warning for possible deadlock Follow
Completed
How can disable "If await not configured it may cause a deadlock if this code will be call asynchronously" warning on asp.net core projects? Because on asp (core) projects there isn't synchronization context to cause deadlock problem.
Please sign in to leave a comment.
Hello,
Thank you for contacting us.
Could you please provide the screenshot demonstrating the specified warning?
Thank you.
I found a solution as to uncheck "Await not configured" at Resharper options > Inspection Severity > C# > Async converter plugin (as shown below) and save this setting to specific asp project or solution each time. BTW, I want to know is there any way to disable this feature for all projects created as asp.net core template?
Hello,
Thank you for the reply.
As long as this inspection is provided by AsyncConverter plugin, please contact the author of the plugin - https://github.com/BigBabay/AsyncConverter
There's no option to disable this inspection in specific type projects on the ReSharper side.
Thank you.