dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

[FEATURE] Add support for SonarCloud

Open askpt opened this issue 4 months ago • 0 comments

Requirements

Integrate SonarCloud with the .NET SDK to enhance code quality, maintainability, and security. This includes:

  • Adding SonarCloud analysis to the CI pipeline
  • Configuring coverage reports and quality gates for the main branch
  • Ensuring C# code is properly analyzed for vulnerabilities, code smells, and test coverage
  • Documenting the integration process and any required configuration files
  • Updating project documentation with instructions for contributors
  • Verifying successful analysis on PRs and main builds This improvement will help maintain high standards for the SDK and provide visibility into code health for contributors and maintainers.

askpt avatar Aug 14 '25 15:08 askpt