Skip to content

Releases: SonarSource/sonar-scanner-msbuild

5.7.1

20 Jun 16:24
5b6130a
Compare
Choose a tag to compare

Bug Fixes

  • 1270 - Revert fix for "SonarScanner.MSBuild.dll should not require manual CHMOD"

5.7.0

20 Jun 09:26
78d2d0c
Compare
Choose a tag to compare

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

  • 1211 - The GetAnalyzerSettings task is removing existing code generators when sonar.cs.roslyn.ignoreIssues is set to true
  • 1207 - Environment variables are ignored during Tasks, mainly during VSTS integration
  • 1099 - GetAnalyzerSettings target removes dependencies with the same name

5.6.0

30 May 10:02
3ee16c0
Compare
Choose a tag to compare

Context: .NET Runtime Support for the SonarScanner for .NET

Improvements

  • 1227 - Raise analysis warning if using NetCore 2.1 version of scanner
  • 1224 - Analysis warning for Net Framework < 4.6.2 version

5.5.3

14 Feb 12:21
c0ebb59
Compare
Choose a tag to compare

Improvements

  • 1199 - Fix "MSB3677 Unable to move file" regression

5.5.2

10 Feb 09:30
290ed63
Compare
Choose a tag to compare

The scanner is not setting the TLS version anymore, it uses the Operating System settings.

Improvements

  • 1196 - Do not set the TLS version

5.5.1

08 Feb 11:02
7c14962
Compare
Choose a tag to compare

Improvements

  • 1193 - Do not set TLS 1.3 (older runtimes do not support it)

5.5.0

07 Feb 13:47
17ce710
Compare
Choose a tag to compare

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.

5.4.1

23 Dec 09:28
28aff13
Compare
Choose a tag to compare

Improvements

  • 1133 - Update Newtonsoft.Json to latest

5.4.0

25 Nov 14:54
c2cc391
Compare
Choose a tag to compare

Improvements

  • 1095 - Ensure Scanner runs with .NET 6 SDK

5.3.2

27 Oct 09:14
727077e
Compare
Choose a tag to compare

Improvements

  • 1087 - Certificate Parameter Processing