Skip to content

chore(deps): update nuget non-major dependencies (#270) #643

chore(deps): update nuget non-major dependencies (#270)

chore(deps): update nuget non-major dependencies (#270) #643

Triggered via push November 2, 2023 07:39
Status Success
Total duration 5m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze: src/Storage/Authorization/AuthorizationService.cs#L73
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Analyze: src/Storage/appsettings.json#L6
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
Analyze: src/Storage/appsettings.json#L7
"pwd" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
Analyze: src/Storage/Program.cs#L1
Refactor this top-level file to reduce its Cognitive Complexity from 31 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
Analyze: src/Storage/Helpers/MultipartRequestHelper.cs#L55
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Analyze: src/Storage/Repository/PgDataRepository.cs#L113
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Analyze: src/Storage/Helpers/MessageBoxInstance.cs#L120
'int' should not be explicitly used as the underlying type. (https://rules.sonarsource.com/csharp/RSPEC-1939)
Analyze: src/Storage/Repository/ApplicationRepository.cs#L29
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
Analyze: src/Storage/Authorization/StorageAccessHandler.cs#L94
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)