Skip to content
Triggered via pull request November 12, 2024 11:44
Status Failure
Total duration 3m 0s
Artifacts

docker-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 23 warnings
build
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dotnet build \"GhostfolioSidekick.csproj\" -c Release -o /app/build" did not complete successfully: exit code: 1
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
The variable 'e' is declared but never used
build
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
build
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
build
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<Money>(IEnumerable<Money> first, IEnumerable<Money> second)'.
build
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<Money>(IEnumerable<Money> first, IEnumerable<Money> second)'.
build
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
build
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
build: Model/Currency.cs#L45
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: Model/Holding.cs#L39
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
build: Model/Holding.cs#L40
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
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)