Releases: highbyte/sonarscan-dotnet
Releases · highbyte/sonarscan-dotnet
2.2.5-beta
What's Changed
- Sonar property
sonar.login
changed tosonar.token
. Fixes deprecation warning.
Full Changelog: v2.2.4...v2.2.5-beta
2.2.4
What's Changed
- Feature/prebuild docker image by @highbyte in #23 (thanks to @rafaelschlatter for optimization tip)
Full Changelog: v2.2.3...v2.2.4
2.2.4-beta
2.2.3
What's Changed
Full Changelog: v2.2.2...v2.2.3
2.1.4
What's Changed
- Bump Java SDK to v17 and SonarScanner .NET tool to 5.13.1
Full Changelog: v2.1.3...v2.1.4
2.2.2
Features
- Support scan of ASP.NET projects based on React, Vue, or Angular templates by having Node installed. Thanks to @stevefan1999-personal for PR.
2.2.1
Features
- .NET 7 support
- Update .NET Sonar Scanner tool version to 5.8.0
Notes
- For .NET 6, use version v2.1.3 instead.
- For .NET 5, use version 2.0 instead.
- For .NET Core 3.1, use version 1.0.2 instead.
2.2.0-beta
Features
- .NET 7 support
- Update .NET Sonar Scanner tool version to 5.8.0
Notes
- For .NET 6, use version 2.1.3 instead.
- For .NET 5, use version 2.0 instead.
- For .NET Core 3.1, use version 1.0.2 instead.
2.1.3
Changes for .NET 6 version
- New optional parameter
dotnetPreBuildCmd
: Optional command run before the 'dotnet build'. Credit to @simonbaudart.
2.1.3-beta
Changes for .NET 6 version
- New optional parameter
dotnetPreBuildCmd
: Optional command run before the 'dotnet build'.