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
SyncAsyncEventHandlerExtensions.RaiseAsync doesn't take bool async and CancellationToken cancellationToken parameters because they're already being passed in the SyncAsyncEventArgs. We should update the analyzer to verify this as part of the pattern. This is a lower priority because we will not have very many SyncAsyncEventHandlers.
The text was updated successfully, but these errors were encountered:
See Azure/azure-sdk-for-net#18170 until SyncAsyncEventHandler is merged into Azure.Core.
SyncAsyncEventHandlerExtensions.RaiseAsync
doesn't takebool async
andCancellationToken cancellationToken
parameters because they're already being passed in theSyncAsyncEventArgs
. We should update the analyzer to verify this as part of the pattern. This is a lower priority because we will not have very manySyncAsyncEventHandler
s.The text was updated successfully, but these errors were encountered: