WiseTechGlobal / WTG.Analyzers

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

C# 12: WTG3004 should code-fix to [] #219

Open yaakov-h opened 1 month ago

yaakov-h commented 1 month ago

On C# 12 where the target type can be properly inferred, WTG3004 should suggest [] instead of Array.Empty<T>().