Releases: SonarSource/sonar-scanner-msbuild
Releases · SonarSource/sonar-scanner-msbuild
5.7.1
5.7.0
Improvements
- 1265 - Add
longPathAware
manifest and config to support long paths on Windows - 1245 - Add logging to Azure Devops settings parser
- 1237 - Update scanner CLI to the newest version (4.7.0.2747)
- 1213 - Update documentation regarding prerequisites: minimum .Net Framework 4.7.2
- 1160 - [Docs] Drop misleading compatibility section from the docs
- 1034 - Code comment with cache path information is outdated
- 1032 - Warnings are raised for files added by NuGet packages
- 968 - Improve the help message of the Scanner
- 493 - SonarScanner.MSBuild.dll should not require manual CHMOD*
- 821 - /s: parameter is not documented
Bug Fixes
5.6.0
Context: .NET Runtime Support for the SonarScanner for .NET
Improvements
5.5.3
5.5.2
5.5.1
5.5.0
Hello everyone,
With this release, we added support for .NET 6 projects, TLS 1.3 to the supported TLS versions, and fixed some bugs.
Improvements
- 1096 - Add TLS 1.3 to the supported TLS versions.
Bug Fixes
- 1139 - Fix when analysis fails with System.NotSupportedException in case of having an invalid absolute path (e.g., a website) in the project solution.
- 1125 - Analysis succeeds with Razor files in .NET 6.
- 1123 - Fix race condition issue during analysis for Razor builds.
- 1116 - Fix metrics or issue import for a ASP .NET 6 MVC projects.