Skip to content

Multi lang degiro

Multi lang degiro #368

Triggered via pull request January 9, 2024 08:18
Status Failure
Total duration 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

docker-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: GhostfolioSidekick/Ghostfolio/API/CacheKey.cs#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: GhostfolioSidekick/Ghostfolio/API/GhostfolioAPI.cs#L143
Nullability of reference types in type of parameter 'identifiers' of 'Task<SymbolProfile?> GhostfolioAPI.FindSymbolByIdentifier(string[]? identifiers, Currency? expectedCurrency, AssetClass?[] expectedAssetClass, AssetSubClass?[] expectedAssetSubClass, bool checkExternalDataProviders)' doesn't match implicitly implemented member 'Task<SymbolProfile?> IGhostfolioAPI.FindSymbolByIdentifier(string?[] identifiers, Currency? expectedCurrency, AssetClass?[] expectedAssetClass, AssetSubClass?[] expectedAssetSubClass, bool checkExternalDataProviders = true)'.
build: GhostfolioSidekick/FileImporter/Trading212/Trading212Record.cs#L77
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
build: GhostfolioSidekick/Model/SymbolProfile.cs#L10
Non-nullable field 'comment' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L10
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L10
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L10
Non-nullable property 'DataSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L10
Non-nullable property 'ISIN' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L14
Non-nullable field 'comment' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.