We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Derived types of awaitable types are not considered awaitable:
vs-threading/src/Microsoft.VisualStudio.Threading.Analyzers/DiagnosticAnalyzerState.cs
Lines 35 to 49 in 00eb19d
This results in false alarm of VSTHRD200 if the method name ends in Async but returns a derived type of awaitable type.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Derived types of awaitable types are not considered awaitable:
vs-threading/src/Microsoft.VisualStudio.Threading.Analyzers/DiagnosticAnalyzerState.cs
Lines 35 to 49 in 00eb19d
This results in false alarm of VSTHRD200 if the method name ends in Async but returns a derived type of awaitable type.
The text was updated successfully, but these errors were encountered: