which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) :
sonarqube-developer-10.4.0.87286
how is SonarQube deployed: zip, Docker, Helm zip
what are you trying to achieve
we are trying to integrate Sonarqube with GITHUB
what have you tried so far to achieve this we configured the projects and updated the workflow file build.yml file in GITHUB actions .
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Build succeeded.
D:\a\CleanArchitecture\CleanArchitecture\CleanArchitecture.Persistence\Repositories\BaseRepository.cs(36,16): warning CS8603: Possible null reference return. [D:\a\CleanArchitecture\CleanArchitecture\CleanArchitecture.Persistence\CleanArchitecture.Persistence.csproj]
D:\a\CleanArchitecture\CleanArchitecture\CleanArchitecture.Persistence\Repositories\UserRepository.cs(16,16): warning CS8603: Possible null reference return. [D:\a\CleanArchitecture\CleanArchitecture\CleanArchitecture.Persistence\CleanArchitecture.Persistence.csproj]
2 Warning(s)
0 Error(s)
Time Elapsed 00:01:33.56
SonarScanner for MSBuild 6.1
Using the .NET Core version of the Scanner for MSBuild
Post-processing started.
08:55:55.653 SonarQube analysis could not be completed because the analysis configuration file could not be found: D:\a\CleanArchitecture\CleanArchitecture.sonarqube\conf\SonarQubeAnalysisConfig.xml.
08:55:55.654 Post-processing failed. Exit code: 1
Error: Process completed with exit code 1.