Skip to content

Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 #322

Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8

Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 #322

Triggered via push April 12, 2024 15:28
Status Success
Total duration 1m 13s
Artifacts

Sonar.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Code-Quality
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: src/Charts/FontManager.cs#L23
"Array.Find" static method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
Code-Quality: src/Charts/FontManager.cs#L24
"Array.Find" static method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
Code-Quality: src/Charts/FontManager.cs#L23
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
Code-Quality: src/Charts/FontManager.cs#L26
'System.SystemException' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
Code-Quality: src/Stats.cs#L17
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
Code-Quality: src/Stats.cs#L23
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
Code-Quality: src/Tools/Hammer/Carpenter.cs#L30
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
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: src/Charts/FontManager.cs#L23
"Array.Find" static method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)