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
// This is fine
var rangeIsFine = 0..(1 + 0);
// +-- Warning SA1008: Opening parenthesis should not be preceded by a space.
// |
// v
var rangeFalsePositive = (0 + 0)..1;
version 1.2.0-beta.556
The text was updated successfully, but these errors were encountered:
bjornhellander
added a commit
to bjornhellander/StyleCopAnalyzers
that referenced
this issue
Oct 17, 2024
version 1.2.0-beta.556
The text was updated successfully, but these errors were encountered: