Upgrade to .NET 10 #346
Annotations
10 warnings
|
Code-Quality:
Examples/Web/Controllers/PiController.cs#L9
This controller has multiple responsibilities and could be split into 3 smaller controllers. (https://rules.sonarsource.com/csharp/RSPEC-6960)
|
|
Code-Quality:
Examples/Web/Program.cs#L9
'IWebHostBuilder.Build()' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
Code-Quality:
Examples/Web/Program.cs#L9
'WebHost' is obsolete: 'WebHost is obsolete. Use HostBuilder or WebApplicationBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
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/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:
Examples/Web/Controllers/PiController.cs#L9
This controller has multiple responsibilities and could be split into 3 smaller controllers. (https://rules.sonarsource.com/csharp/RSPEC-6960)
|
|
Code-Quality:
Examples/Web/Program.cs#L9
'IWebHostBuilder.Build()' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
Code-Quality:
Examples/Web/Program.cs#L9
'WebHost' is obsolete: 'WebHost is obsolete. Use HostBuilder or WebApplicationBuilder instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
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/Components/RGBLED.cs#L7
Rename class 'RGBLED' to match pascal case naming rules, consider using 'Rgbled'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|