File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches : [ "**" ]
66 pull_request :
77 branches : [ "main" ]
8+ workflow_dispatch :
89
910jobs :
1011 build :
Original file line number Diff line number Diff line change 55 branches : [ "main" ]
66 pull_request :
77 branches : [ "main" ]
8+ workflow_dispatch :
89
910jobs :
1011 sonarcloud :
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public static async Task<int> Main(string[] args)
2121 var services = new ServiceCollection ( )
2222 . AddSlnxValidator ( )
2323 . AddSingleton < ValidationCollector > ( )
24- . AddSingleton < ValidationReporter > ( )
2524 . AddSingleton < ValidatorRunner > ( )
2625 . BuildServiceProvider ( ) ;
2726
Original file line number Diff line number Diff line change 22
33namespace JulianVerdurmen . SlnxValidator ;
44
5- internal sealed class ValidationReporter
5+ internal static class ValidationReporter
66{
77 public static async Task Report ( IReadOnlyList < FileValidationResult > results )
88 {
You can’t perform that action at this time.
0 commit comments