jmecosta / sonar-fsharp-plugin

F# SonarQube (TM) plugin - support for F#
GNU Lesser General Public License v3.0
52 stars 14 forks source link

Regression: removal of deprecated api causes no files to be analysed #59

Closed jmecosta closed 5 years ago

jmecosta commented 5 years ago

caused by https://github.com/jmecsoftware/sonar-fsharp-plugin/commit/6fa079c871983c3f965ac19211aed005f4fe9d44

appendLine(sb, " " + file.filename() + "");

this provides only the filename, so we need to pass also the project base path or Uri. Uri is in from of file:/// thats probably is the most reliable and most likely not to break if Core dediced to change the layout of the projects

jmecosta commented 5 years ago

fixed in #60