| `sonar-extra-args` / `DOTNET_SONAR_EXTRA_ARGS` | Extra arguments used by the [SonarScanner](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/dotnet/using/#analysis-steps) | _none_ |
| `sonar-exclusions` / `DOTNET_SONAR_EXCLUSIONS` | Files and directories to be excluded from analysis, as a comma-separated list of paths. See [documentation](https://docs.sonarqube.org/latest/analysis/analysis-parameters/) for the format. | `**/bin/**,**/obj/**,**/packages/**,**/*.g.cs,**/*.g.i.cs,**/*.designer.cs,**/*AssemblyInfo.cs,.sonarqube` |
@@ -316,8 +316,8 @@ The following reports are generated: