WiseTechGlobal / WTG.Analyzers

Analyzers from WiseTech Global to enforce our styles, behaviours, and prevent common mistakes.
Other
16 stars 3 forks source link

Suppress BooleanLiteralAnalyzer on C# versions prior to 4.0 #132

Closed yaakov-h closed 3 years ago

yaakov-h commented 3 years ago

Named arguments were only introduced in C# 4.0.

Fixes #131.