WiseTechGlobal / WTG.Analyzers

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

WTG1018 should not trigger if C# < v4 #131

Closed yaakov-h closed 3 years ago

yaakov-h commented 3 years ago

Named arguments were only introduced in C# 4.0.

If the compilation's version is < 4 we should abort as early as possible.