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
Unlike an editorconfig, modifying a ruleset does not cause Roslyn to pick up the changes. This is very likely because we're not calling IWorkspaceProjectContext.SetRuleSet. You need to close and reopen the solution to have it pick up the changes.