Reputation: 173
Kindly sugest a way to do code analysis of a particular shelvset (or only checked out / modified code) in visual studio. No luck using google.
Upvotes: 1
Views: 88
Reputation: 41545
You can use TFS build, run the code analysis on the MS Build task and queue the build for specific shelveset.
/p:RunCodeAnalysis=true
Upvotes: 1
Reputation: 31003
You could either request review for a pending change or find the particular shelveset and then request review. check the screenshot below:
Upvotes: 2