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
When creating a HandleAsync method on a handler and marking it public, the error/warning IHR0011 is provided, claiming that "the method 'HandleAsync' must not conflict with another static handler message". This error is not what I would expect for incorrect visibility - setting the method to private fixes the error.
The text was updated successfully, but these errors were encountered:
When creating a
HandleAsync
method on a handler and marking itpublic
, the error/warningIHR0011
is provided, claiming that "the method 'HandleAsync' must not conflict with another static handler message". This error is not what I would expect for incorrect visibility - setting the method toprivate
fixes the error.The text was updated successfully, but these errors were encountered: