ComponentBase Async Methods aren't Async by Default #10973
Labels
area-blazor
Includes: Blazor, Razor Components
External
This is an issue in a component not contained in this repository. It is open for tracking purposes.
Describe the bug
In the "@functions" section of a Blazor Component, when using the auto complete of the virtual async methods (That can be overriden), the generated code from the auto complete doesn't have an "async" tag on the method.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The auto completed method would include the "async" tag on the method.
Code Details
The text was updated successfully, but these errors were encountered: