


6877 - Support exclusion and inclusion parameters when run by SonarLint.In the meantime, if you are wondering what these parameters are, you can find more information about them in our documentation. Stay tuned, the second and final part of the feature will be implemented soon by the SonarLint team. This version contains the prerequisite to support sonar.exclusions, sonar.inclusions,, , and parameters when the analysis is run inside SonarLint for Visual Studio. Sourced from SonarAnalyzer.CSharp's releases. The properties can be specified directly through the command line.Bumps SonarAnalyzer.CSharp from 8.5 to 8.4.If the sonar-project.properties file cannot be created in the root directory of the project, the alternatives are: Alternatives to the sonar-project.properties file To help you get started, simple project samples are available for most languages on GitHub.

Run the command sonar-scanner, or sonar-scanner.bat on Windows, from the project base directory to run the analysis.Note that the token can also be set through the command line argument -Dsonar.login. Set the environment variable SONAR_TOKEN with the personal access token generated on My account > Security > Generate Tokens.# Path is relative to the sonar-project.properties file. # Organization and project keys are displayed in the right sidebar of the project homepage
