Update dependencies #286
Annotations
11 warnings
Code-Quality
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Code-Quality:
SimpleGPIO/Components/RGBLED.cs#L7
Rename class 'RGBLED' to match pascal case naming rules, consider using 'Rgbled'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Code-Quality:
SimpleGPIO/Math.cs#L7
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
|
Code-Quality:
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)
|
Code-Quality:
Examples/Web/Startup.cs#L11
Make 'ConfigureServices' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Code-Quality:
Examples/Web/Startup.cs#L17
Make 'Configure' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Code-Quality:
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)
|
Code-Quality:
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)
|
Code-Quality:
SimpleGPIO/Components/RGBLED.cs#L7
Rename class 'RGBLED' to match pascal case naming rules, consider using 'Rgbled'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Code-Quality:
SimpleGPIO/Math.cs#L7
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
|
Code-Quality:
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)
|