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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: