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'm using StyleCopAnalyzers 1.0.0-beta2 (but also on beta1).
It seems that the checks for rule SA1013 is not aware of an object initializers, as in following snippet:
Hi,
I'm using StyleCopAnalyzers 1.0.0-beta2 (but also on beta1).
It seems that the checks for rule SA1013 is not aware of an object initializers, as in following snippet:
It reports that there is a space missing between the
}
and.
but actually there should be no space in between (which then would violate SA1019).BR,
Ralf
The text was updated successfully, but these errors were encountered: