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
At the same time I wanted to move to .NET8.0 SDK to match NUnit.
However, the corresponding updated Roslyn Analyzer now insists on separating the CodeFix from the Analyzers.
CodeFixes should only be loaded by IDE, not by the build process. #609 (comment)
This issue is extracted from two comments in #609
and
The text was updated successfully, but these errors were encountered: