Feature: AeFinder Cli tool #6
Annotations
8 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/AeFinder.Cli.Core/CliConsts.cs#L5
Use an immutable collection or reduce the accessibility of the public static field 'AeFinderEndpoints'. (https://rules.sonarsource.com/csharp/RSPEC-2386)
|
src/AeFinder.Cli.Core/CliConsts.cs#L5
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
src/AeFinder.Cli.Core/CliConsts.cs#L5
Change the visibility of 'AeFinderEndpoints' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
src/AeFinder.Cli.Core/CliConsts.cs#L5
Use an immutable collection or reduce the accessibility of the public static field 'AeFinderEndpoints'. (https://rules.sonarsource.com/csharp/RSPEC-2386)
|
src/AeFinder.Cli.Core/CliConsts.cs#L5
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
src/AeFinder.Cli.Core/CliConsts.cs#L5
Change the visibility of 'AeFinderEndpoints' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
The logs for this run have expired and are no longer available.
Loading