Skip to content

Some small fixes

Some small fixes #197

Triggered via push October 30, 2023 11:30
Status Failure
Total duration 59s
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/FileImporter/Trading212/Trading212Record.cs#L63
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
build: GhostfolioSidekick/Ghostfolio/API/IGhostfolioAPI.cs#L7
Cannot convert null literal to non-nullable reference type.
build: GhostfolioSidekick/Configuration/SymbolConfiguration.cs#L8
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Configuration/SymbolConfiguration.cs#L11
Non-nullable property 'TrackingInsightSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Configuration/ManualSymbolConfiguration.cs#L8
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Configuration/ManualSymbolConfiguration.cs#L12
Non-nullable property 'ISIN' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Configuration/ManualSymbolConfiguration.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Configuration/ManualSymbolConfiguration.cs#L20
Non-nullable property 'AssetSubClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Configuration/ManualSymbolConfiguration.cs#L24
Non-nullable property 'AssetClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: GhostfolioSidekick/Ghostfolio/Contract/SymbolProfileList.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.