Support setting the active rule set from Solution Explorer#586
Merged
tmeschter merged 1 commit intodotnet:masterfrom Feb 18, 2015
Merged
Support setting the active rule set from Solution Explorer#586tmeschter merged 1 commit intodotnet:masterfrom
tmeschter merged 1 commit intodotnet:masterfrom
Conversation
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".
Contributor
|
👍 |
Contributor
Author
|
@shyamnamboodiripad @heejaechang @jmarolf @mavasani Could one of you take a look? |
Member
There was a problem hiding this comment.
Is there a reason 15 and 17 were skipped?
Contributor
Author
There was a problem hiding this comment.
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.
Member
|
👍 |
tmeschter
added a commit
that referenced
this pull request
Feb 18, 2015
Support setting the active rule set from Solution Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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".