ionide / ionide-analyzers

http://ionide.io/ionide-analyzers/
MIT License
6 stars 7 forks source link

Add a general analyzer for postfix generics #39

Closed sheridanchris closed 9 months ago

sheridanchris commented 9 months ago

This replaces the existing SquareBracketArrayAnalyzer and covers every case where the postfix generic style should be applied.

This will close #34

sheridanchris commented 9 months ago

This can easily be modified to create an additional The generic is using the postfix style but it should follow the .NET style diagnostic if necessary. Please let me know and I'll include it!