Sonar Scanner Msbuild Versions Save

SonarScanner for .NET

5.15.1.88158

1 month ago

Bug Fixes

6.2.0.85879

3 months ago

This release fixes the failing analysis on macOS with .NET 8.0. It also introduces the new optional sonar.http.timeout command line parameter.

Improvements

  • 1694 - Make HttpClient.Timeout configurable

Bug Fixes

  • 1862 - Fix analysis on MacOSX with .NET 8 when begin runtime doesn't match with build runtime

6.1.0.83647

3 months ago

Hi everyone,

With this release, we officially dropped support for MSBuild 14.

6.0.0.81631

5 months ago

Hi everyone!

This major release of the Scanner for .NET drops support for .NET Core 2.1 and 3.0, .NET Framework 4.6, Java 11, and SonarQube < 8.9.

It simplifies packaging: now two packages are made available, instead of 4:

  • sonar-scanner-*-net, based on .NET Core 3.1, for .NET Core and .NET 5 and above
  • sonar-scanner-*-net-framework, based on .NET Framework 4.6.2, for .NET Framework 4.6.2 and above

We also changed the way automatic code coverage detection works on Azure DevOps Extensions. We no longer depend on CodeCoverage.exe being present on the build machine.

For the complete list of breaking changes check the list below.

Improvements

5.15.0.80890

5 months ago

Hi everyone!

This release brings a new option to specify the temporary working directory for the scanner; thanks to @mieliespoor for his contribution!

Improvements

  • 1757 - Clarify code coverage conversion error message (in logs)
  • 1641 - Add an option to specify the scanner's temporary working directory

5.14.0.78575

7 months ago

Improvements

  • 1639 - Support new api/rules/search API

5.13.1.76110

9 months ago

Improvements

  • 1654 - SQSCANNER-115 Update sonar-scanner-cli to 4.8.1.3023

5.13.0.66756

1 year ago

New Features

  • 1541 - Automatic base branch detection for Incremental PR analysis
  • 1520 - Add support for sonar.token parameter when targeting SonarQube

Improvements

  • 1545 - Download cache: Improve logs on erroneous cases
  • 1489 - Always print out the plugin version used in the begin step
  • 1293 - Provide better message for 401 codes
  • 1279 - When no parameter is given, the S4NET should show the help message
  • 1149 - Provide more user friendly error when SQ is down or not running

Bug Fixes

  • 1554 - Fix error when the provided sonar host url is not a valid URI format
  • 1150 - Fix NRE when unexpected content is returned by the server

5.12.0.64969

1 year ago

New features

  • 1464 - Add incremental PR analysis support for dotnet analyzers in SonarCloud context

5.11.0.60783

1 year ago

Bug Fixes

  • 1454 - Incremental analysis is broken due to the latest changes on SonarQube