Hello,
This release of SonarScanner for .NET brings support for incremental PR analysis. It's a prerequisite for our analyzers that will introduce this feature in the near future.
This version also adds a correct User-Agent
header. Previous header UserAgent
will remain for backward compatibility until version 6.0.0.
Improvements
- 1412 - Incremental PR analysis: Log stats
- 1396 - Incremental PR analysis: Add integration tests
- 1393 - Fix the nuget restore step during build
- 1387 - Incremental PR analysis: Produce unchanged files
- 1379 - Incremental PR analysis: Add UnchangedFiles
- 1377 - Incremental PR analysis: Implement the protobuf deserialization
- 1370 - Incremental PR analysis: Download the cache
- 1369 - Incremental PR analysis: Implement the hashing
- 1354 - Fix broken ITs: Change tested plugin versions
- 1344 - Add .NET 7 IT for Razor projects
- 1331 - Move "src" folder under LGPL v3 license
- 1328 - Remove jdbc related properties
- 1321 - Remove jdbc related properties.
- 1295 - User Agent Header not Set