Installed product versions
- Visual Studio: 2022
- This extension: 2.1.0
Description
E.g.
public static IAsyncOperation<PhoneCallHistoryStore?> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType)
reports warning that it is synchronous method with Async suffix.
But it is asynchronous method.
Steps to recreate
See above.
Current behavior
See above.
Expected behavior
No warning present in such places.
Installed product versions
Description
E.g.
public static IAsyncOperation<PhoneCallHistoryStore?> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType)reports warning that it is synchronous method with Async suffix.
But it is asynchronous method.
Steps to recreate
See above.
Current behavior
See above.
Expected behavior
No warning present in such places.