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
Running the numbers on the csharpier-repos code, 67% of initializers are on a new line. But that doesn't take into account how long the constructor or initializer are.
The text was updated successfully, but these errors were encountered:
According to this stylecop rule constructor initializers should always be on their own line.
This probably helps in a case like this
But feels a bit silly in a case like this
Running the numbers on the csharpier-repos code, 67% of initializers are on a new line. But that doesn't take into account how long the constructor or initializer are.
The text was updated successfully, but these errors were encountered: