Merge transactions on the same day #167
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
GhostfolioSidekick/Ghostfolio/API/IGhostfolioAPI.cs#L11
Cannot convert null literal to non-nullable reference type.
|
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/Contract/SymbolProfile.cs#L5
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GhostfolioSidekick/Ghostfolio/API/Contract/SymbolProfile.cs#L7
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GhostfolioSidekick/Ghostfolio/API/Contract/SymbolProfile.cs#L9
Non-nullable property 'DataSource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GhostfolioSidekick/Ghostfolio/API/Contract/SymbolProfile.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GhostfolioSidekick/Ghostfolio/API/Contract/SymbolProfile.cs#L13
Non-nullable property 'AssetSubClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GhostfolioSidekick/Ghostfolio/API/Contract/SymbolProfile.cs#L15
Non-nullable property 'AssetClass' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GhostfolioSidekick/ConfigurationSettings.cs#L5
Possible null reference return.
|
build:
GhostfolioSidekick/Ghostfolio/API/Contract/RawActivityList.cs#L5
Non-nullable property 'Activities' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|