Fix matching crypto #279
Annotations
3 errors and 10 warnings
Build:
GhostfolioSidekick/Ghostfolio/API/CacheKey.cs#L18
'CacheKey.Equals(CacheKey?)': not all code paths return a value
|
Build:
GhostfolioSidekick/Ghostfolio/API/CacheKey.cs#L18
'CacheKey.Equals(CacheKey?)': not all code paths return a value
|
Build
Process completed with exit code 1.
|
Build:
GhostfolioSidekick/Ghostfolio/API/CacheKey.cs#L22
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
GhostfolioSidekick/Ghostfolio/API/GhostfolioAPI.cs#L142
Nullability of reference types in type of parameter 'identifiers' of 'Task<SymbolProfile?> GhostfolioAPI.FindSymbolByIdentifier(string[]? identifiers, Currency? expectedCurrency, AssetClass?[] expectedAssetClass, AssetSubClass?[] expectedAssetSubClass)' doesn't match implicitly implemented member 'Task<SymbolProfile?> IGhostfolioAPI.FindSymbolByIdentifier(string?[] identifiers, Currency? expectedCurrency, AssetClass?[] expectedAssetClass, AssetSubClass?[] expectedAssetSubClass)'.
|
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/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/PlatformConfiguration.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
GhostfolioSidekick/Configuration/Mapping.cs#L11
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
GhostfolioSidekick/Configuration/Mapping.cs#L14
Non-nullable property 'Target' 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.
|
The logs for this run have expired and are no longer available.
Loading