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
I have a project with at least +1000 warnings of CA1852, but I can't auto fix it (like I can with CA1805, CA1825, CA1872). There is a way to apply a autofix to resolve all CA1852 in a solution?
Analyzer
Diagnostic ID: CA1852:
Seal internal types
Analyzer source
SDK: Built-in CA analyzers in .NET 5 SDK or later
Version: SDK 9.0.101
Describe the bug
Rule CA1852 shows up on CLI build. but doesn't show in Visual Studi.
Steps To Reproduce
Expected behavior
You get both warnings in both scenarios.
Actual behavior
You don't get CA1852 in Visual Studio. Only CA1001.
Additional context
Windows 11 10.0.22631.0 x64
Visual Studio 2022 17.12.3
The text was updated successfully, but these errors were encountered: