aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/analysis
diff options
context:
space:
mode:
authorduncanp-sonar <duncan.pocklington@sonarsource.com>2019-06-26 10:42:24 +0200
committersonartech <sonartech@sonarsource.com>2019-06-28 08:45:51 +0200
commitfaa866cb0ee954e489fed707f889df467d0fd61d (patch)
tree6116569317f01a02bdddea1522a7e1f3559cfb5f /server/sonar-docs/src/pages/analysis
parent05b1d4d0226496ae89caf44e3c0ae201200bf880 (diff)
downloadsonarqube-faa866cb0ee954e489fed707f889df467d0fd61d.tar.gz
sonarqube-faa866cb0ee954e489fed707f889df467d0fd61d.zip
Amended docs to remove ambiguity about MS Roslyn analyzers (#1800)
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r--server/sonar-docs/src/pages/analysis/external-issues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/external-issues.md b/server/sonar-docs/src/pages/analysis/external-issues.md
index fc522ce0482..c6591874980 100644
--- a/server/sonar-docs/src/pages/analysis/external-issues.md
+++ b/server/sonar-docs/src/pages/analysis/external-issues.md
@@ -42,7 +42,7 @@ Swift|`sonar.swift.swiftLint.reportPaths`|Comma-delimited list of paths to [Swif
TypeScript|`sonar.typescript.tslint.reportPaths`|Comma-delimited list of paths to [TSLint](https://palantir.github.io/tslint/) reports in JSON format (use `-t json` TSLint option)|
**Notes on external .NET issues**
-Issues from third-party analyzers 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.
+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.