chore(deps): update nuget non-major dependencies (#270) #643
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build-and-analyze.yml
on: push
Build and Test
1m 13s
Analyze
4m 59s
Annotations
12 warnings
Build and Test:
src/Storage/Repository/InstanceQueryHelper.cs#L419
A closing brace should not be preceded by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
Build and Test:
src/Storage/Repository/InstanceQueryHelper.cs#L419
A closing brace should not be preceded by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
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/Repository/InstanceQueryHelper.cs#L419
A closing brace should not be preceded by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
Analyze:
src/Storage/Authorization/StorageAccessHandler.cs#L94
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|