Update libs #1230
Annotations
1 error and 11 warnings
Install Coverlet
Process completed with exit code 123.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Samples/Sample.Nats.WebApi/Program.cs#L57
Await RunAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build:
src/Samples/Sample.AsyncApi.Service/Program.cs#L23
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Samples/Sample.AsyncApi.Service/Controllers/WeatherForecastController.cs#L14
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
Build:
src/Samples/Sample.AsyncApi.Service/Program.cs#L95
Await RunAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build:
src/Samples/Sample.ValidatingWebApi/Program.cs#L29
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Samples/Sample.OutboxWebApi/Program.cs#L67
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Samples/Sample.OutboxWebApi/Program.cs#L81
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Samples/Sample.OutboxWebApi/Program.cs#L89
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Samples/Sample.DomainEvents.WebApi/Startup.cs#L68
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Samples/Sample.DomainEvents.WebApi/Program.cs#L6
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Loading