Closed jmecosta closed 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
fixed in #60
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