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
I just updated to version 1.0.0.-beta9. Now I get false SA1312 violations for classes implementing interfaces that define events, such as in following code snippet:
public class Demo : INotifyPropertyChanging
{
public event PropertyChangingEventHandler PropertyChanging;
}
Best regards,
Ralf
The text was updated successfully, but these errors were encountered:
Hi,
I just updated to version 1.0.0.-beta9. Now I get false SA1312 violations for classes implementing interfaces that define events, such as in following code snippet:
Best regards,
Ralf
The text was updated successfully, but these errors were encountered: