If you suddenly found yourself analyzing more code in the context of C# projects, it may be related to this change:
As noted in the post, you can specify sonar.scanner.scanAll=false to revert to the former behavior or pin the version (in the Prepare Code Analysis task) of the Scanner for .NET to 8.0.2 which fixed an important issue where coverage files were being imported as Lines of Code.