From d44e8a1de329eeee4e14c6e6fc9c01880f658fbe Mon Sep 17 00:00:00 2001 From: michaelbirnstiehl Date: Mon, 14 Sep 2020 15:35:28 -0500 Subject: [PATCH] SONAR-13741 Remove reference to closing all outstanding Roslyn issues --- server/sonar-docs/src/pages/analysis/external-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/analysis/external-issues.md b/server/sonar-docs/src/pages/analysis/external-issues.md index 69cc43c65c2..62431d8125a 100644 --- a/server/sonar-docs/src/pages/analysis/external-issues.md +++ b/server/sonar-docs/src/pages/analysis/external-issues.md @@ -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 ----|----|---- -- 2.39.5