TrimbleSolutionsCorporation / VSSonarQubeExtension

This is a SonarQube Extension for Visual Studio
http://visualstudiogallery.msdn.microsoft.com/7fc312c3-f1ab-49f8-b286-dbf7fff37305
GNU Lesser General Public License v3.0
24 stars 16 forks source link

Support ProjectGuid in issue key #154

Closed kevinpohlmeier closed 9 years ago

kevinpohlmeier commented 9 years ago

Updates to SonarQube included putting the ProjectGuid from the solution file in the issue key. This change will allow the Open in VS feature to work with versions that do this.

jmecosta commented 9 years ago

@kevinpdpath first of all, thanks a lot for the translation function, and re factored the translation function to be clear what's going on there. #155

Ive create a test for this new function, that i would hope that you could fill in with valid resource keys. Once i know the key in sonar and the path local and can then can create the inverse function as your pr did not include it.

jmecosta commented 9 years ago

should be covered by pr #155, thanks for the translation function