Open
Description
Observed:
- I added the Microsoft.CodeAnalysis.CSharp.FxCopAnalyzers to a console application via NuGet
- I opened and made changes to the ruleset
- I may have made some changes in the Project Properties Code Analysis tab, but at this point the active ruleset is the project ruleset (the one with the name matching the project
- I added the CodeCracker analyzers via NuGet
- I opened the ruleset and the CodeCracker rules do not appear
- I collapsed, expanded, sorted, the CC rules did not appear
- I closed the ruleset and reopened it, the CC rules appeared
Expected:
- I do not expect to have to close and reopen the ruleset to get the new analyzers, or at the least to have in-flow guidance that this is necessary.
Activity