Skip to content

duplicate detection for generic parser was too loose, was missing som… #325

duplicate detection for generic parser was too loose, was missing som…

duplicate detection for generic parser was too loose, was missing som… #325

Triggered via push January 3, 2024 12:11
Status Failure
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
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#L11
Non-nullable field 'comment' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L11
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L11
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L11
Non-nullable property 'DataSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L11
Non-nullable property 'ISIN' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Model/SymbolProfile.cs#L15
Non-nullable field 'comment' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.