You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arunchndr , @sharwell -
Thanks for any attention you can give this issue - we are currently blocked from using Code Analysis for our add-in solution.
I see that this bug was added to the .NET 10 milestone. If that means a fix will be considered for the next release (.NET 10), then that won't work for us as we have to use .NET Framework for our VSTO add-in. If that milestone means something else, then fine.
Version Used:
Visual Studio 2022 17.12.5
Microsoft.CodeAnalysis.NetAnalyzers 9.0.0
.NET Framework 4.8
Steps to Reproduce:
Expected Behavior:
I expect to see CA warnings generated for using
out object foo
in a method argument (among others);Actual Behavior:
the Output Window and Error List window don't show any CA warnings
Other Notes
I am trying to use this NuGet package CA approach since FxCopCmd stopped working in VS22 17.10.x (approx). See GH thread #74228
I do see %userprofile%Microsoft.CodeAnalysis.NetAnalyzers\9.0.0<many files> so I know that the package is accessible.
PackageReference in CSPROJ file:
The text was updated successfully, but these errors were encountered: