dotnet / dotnet/project-system
Roslyn does not pick changes to a ruleset
Open
Feature-Language-Service
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.