DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.61k stars 506 forks source link

SA1010 false positive when instantiating empty array #3821

Closed riley211 closed 3 months ago

riley211 commented 3 months ago

See screenshot. Removing the space then raises SA1003.

image

bjornhellander commented 3 months ago

This should go away if you switch to the latest beta.

bjornhellander commented 3 months ago

Duplicate of #3687