Skip to content

Commit c5639e9

Browse files
Remove ValidationReporter from service registration
Removed ValidationReporter service registration from the service collection.
1 parent 148326b commit c5639e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/SLNX-validator/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)