Popular repositories
234 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 5 commits in 2 repositories
Created an issue in DotNetAnalyzers/StyleCopAnalyzers that received 1 comment
Fix for SA1137 Elements should have the same indentation incorrectly applies for closing brace that's not at the start of line
Consider the following code: class C { void M() { _ = new[] { 42 }; } } The closing brace of the array initializer produces: SA1137 Elements shoul…
1
comment