This repository was archived by the owner on Aug 29, 2025. It is now read-only.
multiple fixes to get CI to build again #446
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
sonarcloud.yml
on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
Build
1m 48s
Annotations
6 warnings
|
Build:
src/sample/Program.cs#L39
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
|
Build:
src/sample/Program.cs#L182
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
|
Build:
src/sample/Program.cs#L226
Remove this unused method parameter 'args'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
|
Build:
src/sample/Program.cs#L39
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
|
Build:
src/sample/Program.cs#L182
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
|
|
Build:
src/sample/Program.cs#L226
Remove this unused method parameter 'args'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|