feat(cli): add upgrade system foundation (Sprint 1) #1195
Merged
Annotations
10 warnings
|
src/Tools/CLI/Scaffolding/SolutionGenerator.cs#L448
In method 'CreateFshManifestAsync', replace the call to 'ToLowerInvariant' with 'ToUpperInvariant' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1308)
|
|
src/Tools/CLI/Models/FshManifest.cs#L79
Modify 'TryLoad' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
|
|
src/Tools/CLI/Commands/VersionCommand.cs#L123
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
src/Tools/CLI/Commands/UpgradeCommand.cs#L152
Remove this unused method parameter 'cancellationToken'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
|
src/Tools/CLI/Commands/UpgradeCommand.cs#L152
Remove this unused method parameter 'manifest'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
|
src/Tools/CLI/Commands/UpgradeCommand.cs#L99
Remove this unused method parameter 'cancellationToken'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
|
src/Tools/CLI/Commands/UpgradeCommand.cs#L99
Remove this unused method parameter 'settings'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
|
src/Tools/CLI/Commands/UpgradeCommand.cs#L99
Remove this unused method parameter 'manifest'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
|
|
src/Tools/CLI/Commands/UpgradeCommand.cs#L154
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
|
src/Tools/CLI/Commands/UpgradeCommand.cs#L101
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
The logs for this run have expired and are no longer available.
Loading