CA1845: Adds unnecessary using statement when implicit usings exist #5652
Labels
Area-Microsoft.CodeAnalysis.NetAnalyzers
Bug
The product is not behaving according to its current intended design
Version Used:
Microsoft Visual Studio Enterprise 2022 Int Preview (64-bit)
Version 17.0.0 Preview 5.0 [31808.319.d17.0]
Steps to Reproduce:
Expected Behavior:
using System;
is not addedActual Behavior:
It is added
Not sure if this is expected with the ImplicitUsings feature, but I just always hate when tools add something immediately grayed out.
The text was updated successfully, but these errors were encountered: