This release improves verbose flag handling and SCA/telemetry defaults, and fixes issues with log message processing and coverage collector detection.
What's New
- SCAN4NET-669 -
sonar.verbosenow usesbool.Parse, acceptingTrue,TRUE, etc., not just lowercasetrue.
Improvements
- SCAN4NET-1083 - Added SCA property defaults to server property defaults.
- SCAN4NET-1114 - Moved
netcore_sdk_versionto per-project telemetry.
Fixed
- SCAN4NET-1130 - Fixed a NullReferenceException in log message processing triggered by logback StatusPrinter plain text output.
- SCAN4NET-1129 - Fixed coverage not being recognized when using the Microsoft.Testing.Platform coverage collector.
Maintenance
- Updated dependencies to the latest versions.