Upgrade to .NET 9 #291
Annotations
10 warnings
Build:
SimpleGPIO/Components/RGBLED.cs#L7
Rename class 'RGBLED' to match pascal case naming rules, consider using 'Rgbled'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Build:
SimpleGPIO/Math.cs#L7
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
|
Build:
SimpleGPIO/GPIO/PinInterface.cs#L49
Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244)
|
Build:
Examples/Web/Startup.cs#L11
Make 'ConfigureServices' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
Examples/Web/Startup.cs#L17
Make 'Configure' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build:
Examples/Web/Controllers/PiController.cs#L8
This controller has multiple responsibilities and could be split into 3 smaller controllers. (https://rules.sonarsource.com/csharp/RSPEC-6960)
|
Build:
Examples/Web/Controllers/PiController.cs#L8
Specify the RouteAttribute when an HttpMethodAttribute or RouteAttribute is specified at an action level. (https://rules.sonarsource.com/csharp/RSPEC-6934)
|
Build:
SimpleGPIO/Components/RGBLED.cs#L7
Rename class 'RGBLED' to match pascal case naming rules, consider using 'Rgbled'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Build:
SimpleGPIO/Math.cs#L7
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
|
Build:
SimpleGPIO/GPIO/PinInterface.cs#L49
Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244)
|
Loading