Add German Trade Republic Parser to Program.cs (#316) #1399
Annotations
13 warnings
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
build
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/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/
|
build:
Tools/AnonymisePDF/Program.cs#L9
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
build:
Tools/AnonymisePDF/Program.cs#L21
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
build:
Configuration/ApplicationSettings.cs#L22
Logging in a catch clause should pass the caught exception as a parameter. (https://rules.sonarsource.com/csharp/RSPEC-6667)
|
build:
Model/Symbols/SymbolProfile.cs#L97
All 'Equals' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
build:
Model/Symbols/SymbolProfile.cs#L14
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
build:
Model/Symbols/SymbolProfile.cs#L84
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
build:
Model/Activities/PartialActivity.cs#L261
Method has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
build:
GhostfolioAPI/NotAuthorizedException.cs#L7
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'NotAuthorizedException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
build:
GhostfolioAPI/API/RestCall.cs#L93
Define a constant instead of using this literal 'Authorization' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
GhostfolioAPI/API/RestCall.cs#L94
Define a constant instead of using this literal 'Content-Type' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|