You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaceIStupidInterface// from nuget{TaskFoo();}publicsealedclassMyAwesomeImplementation:IStupidInterface// in my solution{publicTaskFoo()=>Task.CompletedTask;// RCS1046 Asynchronous method name should end with 'Async' is reported here}
Expected Behavior:
Methods overriding methods from the base class either methods that implement interface should be ignored even if their name does not finish with Async
The text was updated successfully, but these errors were encountered:
Product and Version Used: latest
Actual Behavior:
Expected Behavior:
Methods overriding methods from the base class either methods that implement interface should be ignored even if their name does not finish with
Async
The text was updated successfully, but these errors were encountered: