Skip to content
Triggered via pull request November 11, 2024 19:03
Status Failure
Total duration 1m 6s
Artifacts

docker-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
build: Parsers.UnitTests/TradeRepublic/TradeRepublicInvoiceParserDETests.cs#L14
The type or namespace name 'TestHoldingsCollection' could not be found (are you missing a using directive or an assembly reference?)
build: GhostfolioAPI/GhostfolioSymbolMatcher.cs#L3
The type or namespace name 'API' does not exist in the namespace 'GhostfolioSidekick.GhostfolioAPI' (are you missing an assembly reference?)
build: GhostfolioAPI/GhostfolioSymbolMatcher.cs#L4
The type or namespace name 'API' does not exist in the namespace 'GhostfolioSidekick.GhostfolioAPI' (are you missing an assembly reference?)
build: GhostfolioAPI/GhostfolioSymbolMatcher.cs#L14
The type or namespace name 'RestCall' could not be found (are you missing a using directive or an assembly reference?)
build: GhostfolioAPI/GhostfolioSymbolMatcher.cs#L16
The type or namespace name 'RestCall' could not be found (are you missing a using directive or an assembly reference?)
build: Parsers.UnitTests/TradeRepublic/TradeRepublicInvoiceParserDETests.cs#L14
The type or namespace name 'TestHoldingsCollection' could not be found (are you missing a using directive or an assembly reference?)
build: GhostfolioAPI/GhostfolioSymbolMatcher.cs#L3
The type or namespace name 'API' does not exist in the namespace 'GhostfolioSidekick.GhostfolioAPI' (are you missing an assembly reference?)
build: GhostfolioAPI/GhostfolioSymbolMatcher.cs#L4
The type or namespace name 'API' does not exist in the namespace 'GhostfolioSidekick.GhostfolioAPI' (are you missing an assembly reference?)
build: GhostfolioAPI/GhostfolioSymbolMatcher.cs#L14
The type or namespace name 'RestCall' could not be found (are you missing a using directive or an assembly reference?)
build: GhostfolioAPI/GhostfolioSymbolMatcher.cs#L16
The type or namespace name 'RestCall' could not be found (are you missing a using directive or an assembly reference?)
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: LibrariesAsCode/YahooFinanceApi/Cache.cs#L32
The variable 'e' is declared but never used
build: LibrariesAsCode/YahooFinanceApi/DataConvertors.cs#L9
Change the visibility of 'IgnoreEmptyRows' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
build: LibrariesAsCode/YahooFinanceApi/YahooSession.cs#L18
Remove the unused private field 'timeZoneCache'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
build: LibrariesAsCode/YahooFinanceApi/Yahoo - Historical.cs#L16
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build: LibrariesAsCode/YahooFinanceApi/Yahoo - Historical.cs#L16
Change the visibility of 'Culture' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
build: LibrariesAsCode/YahooFinanceApi/Yahoo - Historical.cs#L17
Provide a getter for 'IgnoreEmptyRows' or replace the property with a 'SetIgnoreEmptyRows' method. (https://rules.sonarsource.com/csharp/RSPEC-2376)
build: LibrariesAsCode/YahooFinanceApi/ChartDataLoader.cs#L15
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
build: LibrariesAsCode/YahooFinanceApi/Yahoo - Historical.cs#L70
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
build: LibrariesAsCode/YahooFinanceApi/Helper.cs#L24
Use a constructor overloads that allows a more meaningful exception message to be provided. (https://rules.sonarsource.com/csharp/RSPEC-3928)
build: LibrariesAsCode/YahooFinanceApi/Yahoo - Historical.cs#L84
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)