]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13741 Remove reference to closing all outstanding Roslyn issues
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Mon, 14 Sep 2020 20:35:28 +0000 (15:35 -0500)
committersonartech <sonartech@sonarsource.com>
Tue, 15 Sep 2020 20:07:25 +0000 (20:07 +0000)
server/sonar-docs/src/pages/analysis/external-issues.md

index 69cc43c65c23646b87803d28a6d7c1568fd27351..62431d8125af09c56799ad0fc40f087b1f0c775c 100644 (file)
@@ -45,7 +45,7 @@ TypeScript|`sonar.typescript.tslint.reportPaths`|Comma-delimited list of paths t
 **Notes on external .NET issues**  
 Issues from third-party Roslyn analyzers (including Roslyn analyzers provided by Microsoft) are included in the MSBuild output and imported by default into {instance} so no properties exist to enable that behavior. Instead, properties are available to adjust the import and to _stop_ importing those issues.
 
-Note that Roslyn issues with an *error* severity automatically fail the build, and it is not recommended to run the Scanner for MSBuild's end step if the MSBuild step fails for any reason because it will result in an essentially empty analysis, which will close all outstanding issues in the project.
+Note that Roslyn issues with an *error* severity automatically fail the build. We don't recommended running the Scanner for MSBuild's end step if the MSBuild step fails for any reason because it will result in an essentially empty analysis.
 
 Language|Property|Remarks
 ----|----|----