Skip to content

Support setting the active rule set from Solution Explorer#586

Merged
tmeschter merged 1 commit intodotnet:masterfrom
tmeschter:SetActiveRuleSet
Feb 18, 2015
Merged

Support setting the active rule set from Solution Explorer#586
tmeschter merged 1 commit intodotnet:masterfrom
tmeschter:SetActiveRuleSet

Conversation

@tmeschter
Copy link
Contributor

Fixes #90.

Currently you have to open a project's Code Analysis property page to
pick the rule set file in effect for that project. With this change we
allow the user to simply right-click on a .ruleset file in the project
in Solution Explorer and choose "Set as Active Rule Set".

Fixes dotnet#90.

Currently you have to open a project's Code Analysis property page to
pick the rule set file in effect for that project. With this change we
allow the user to simply right-click on a .ruleset file in the project
in Solution Explorer and choose "Set as Active Rule Set".
@srivatsn
Copy link
Contributor

👍

@tmeschter
Copy link
Contributor Author

@shyamnamboodiripad @heejaechang @jmarolf @mavasani Could one of you take a look?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason 15 and 17 were skipped?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x0115 and 0x0117 are IDs for menu groups. They're used in the .vsct file to put the menu items in the right places, but the language services don't make use of them.

@jaredpar
Copy link
Member

👍

tmeschter added a commit that referenced this pull request Feb 18, 2015
Support setting the active rule set from Solution Explorer
@tmeschter tmeschter merged commit e283586 into dotnet:master Feb 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make it possible to set the active rule set file through Solution Explorer

4 participants