Update dependencies #526
Annotations
6 warnings
|
Code-Quality:
test/WorkerTests.cs#L14
Do not use 'Thread.Sleep()' in a test. (https://rules.sonarsource.com/csharp/RSPEC-2925)
|
|
Code-Quality:
src/Tools/ToolCommand.cs#L23
Rename parameter 'cancelToken' to 'cancellationToken' to match the base class declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
|
Code-Quality:
src/Charts/ChartIO.cs#L3
Rename interface 'ChartIO' to match pascal case naming rules, consider using 'IChartIo'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
|
Code-Quality:
test/WorkerTests.cs#L14
Do not use 'Thread.Sleep()' in a test. (https://rules.sonarsource.com/csharp/RSPEC-2925)
|
|
Code-Quality:
src/Tools/ToolCommand.cs#L23
Rename parameter 'cancelToken' to 'cancellationToken' to match the base class declaration. (https://rules.sonarsource.com/csharp/RSPEC-927)
|
|
Code-Quality:
src/Charts/ChartIO.cs#L3
Rename interface 'ChartIO' to match pascal case naming rules, consider using 'IChartIo'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|