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
given the code below, the rule is suggesting that OnAnEvent be renamed to start with lower case.
Does #SA1312 definitely apply to events, this doesn't seem correct?
public interface IInterface
{
event EventHandler<EventArgs> OnAnEvent;
}
The text was updated successfully, but these errors were encountered:
given the code below, the rule is suggesting that
OnAnEvent
be renamed to start with lower case.Does #SA1312 definitely apply to events, this doesn't seem correct?
The text was updated successfully, but these errors were encountered: