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
Basically there's an issue reported by StyleCop/R#: when several attributes attached to a class/interface, the separation comma is not extended with a whitespace.
E.g.
[ExcludeFromCodeCoverage,ContractClassFor(...)]
expected:
[ExcludeFromCodeCoverage, ContractClassFor(...)]
The text was updated successfully, but these errors were encountered:
Basically there's an issue reported by StyleCop/R#: when several attributes attached to a class/interface, the separation comma is not extended with a whitespace.
E.g.
[ExcludeFromCodeCoverage,ContractClassFor(...)]
expected:
[ExcludeFromCodeCoverage, ContractClassFor(...)]
The text was updated successfully, but these errors were encountered: