Prototype: Support multiple parsers #363
Annotations
10 errors and 10 warnings
GhostfolioSidekick.UnitTests/FileImporter/Bunq/BunqParserTests.cs#L28
Argument 1: cannot convert from 'string[]' to 'string'
|
GhostfolioSidekick.UnitTests/FileImporter/Bunq/BunqParserTests.cs#L47
'BunqParser' does not contain a definition for 'ConvertActivitiesForAccount' and no accessible extension method 'ConvertActivitiesForAccount' accepting a first argument of type 'BunqParser' could be found (are you missing a using directive or an assembly reference?)
|
GhostfolioSidekick.UnitTests/FileImporter/Bunq/BunqParserTests.cs#L65
'BunqParser' does not contain a definition for 'ConvertActivitiesForAccount' and no accessible extension method 'ConvertActivitiesForAccount' accepting a first argument of type 'BunqParser' could be found (are you missing a using directive or an assembly reference?)
|
GhostfolioSidekick.UnitTests/FileImporter/Bunq/BunqParserTests.cs#L83
'BunqParser' does not contain a definition for 'ConvertActivitiesForAccount' and no accessible extension method 'ConvertActivitiesForAccount' accepting a first argument of type 'BunqParser' could be found (are you missing a using directive or an assembly reference?)
|
GhostfolioSidekick.UnitTests/FileImporter/Bunq/BunqParserTests.cs#L111
'BunqParser' does not contain a definition for 'ConvertActivitiesForAccount' and no accessible extension method 'ConvertActivitiesForAccount' accepting a first argument of type 'BunqParser' could be found (are you missing a using directive or an assembly reference?)
|
GhostfolioSidekick.UnitTests/FileImporter/DeGiro/DeGiroParserTests.cs#L28
Argument 1: cannot convert from 'string[]' to 'string'
|
GhostfolioSidekick.UnitTests/FileImporter/DeGiro/DeGiroParserTests.cs#L47
'DeGiroParser' does not contain a definition for 'ConvertActivitiesForAccount' and no accessible extension method 'ConvertActivitiesForAccount' accepting a first argument of type 'DeGiroParser' could be found (are you missing a using directive or an assembly reference?)
|
GhostfolioSidekick.UnitTests/FileImporter/DeGiro/DeGiroParserTests.cs#L68
'DeGiroParser' does not contain a definition for 'ConvertActivitiesForAccount' and no accessible extension method 'ConvertActivitiesForAccount' accepting a first argument of type 'DeGiroParser' could be found (are you missing a using directive or an assembly reference?)
|
GhostfolioSidekick.UnitTests/FileImporter/DeGiro/DeGiroParserTests.cs#L107
'DeGiroParser' does not contain a definition for 'ConvertActivitiesForAccount' and no accessible extension method 'ConvertActivitiesForAccount' accepting a first argument of type 'DeGiroParser' could be found (are you missing a using directive or an assembly reference?)
|
GhostfolioSidekick.UnitTests/FileImporter/DeGiro/DeGiroParserTests.cs#L146
'DeGiroParser' does not contain a definition for 'ConvertActivitiesForAccount' and no accessible extension method 'ConvertActivitiesForAccount' accepting a first argument of type 'DeGiroParser' could be found (are you missing a using directive or an assembly reference?)
|
GhostfolioSidekick/Ghostfolio/API/CacheKey.cs#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
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)'.
|
GhostfolioSidekick/FileImporter/Trading212/Trading212Record.cs#L77
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
GhostfolioSidekick/Configuration/SymbolConfiguration.cs#L8
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GhostfolioSidekick/Configuration/SymbolConfiguration.cs#L11
Non-nullable property 'TrackingInsightSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
GhostfolioSidekick/ApplicationSettings.cs#L43
Possible null reference assignment.
|
GhostfolioSidekick/ApplicationSettings.cs#L14
Possible null reference argument for parameter 'path' in 'string File.ReadAllText(string path)'.
|
GhostfolioSidekick/ApplicationSettings.cs#L14
Possible null reference assignment.
|
GhostfolioSidekick/ApplicationSettings.cs#L12
Non-nullable field 'configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
GhostfolioSidekick/ApplicationSettings.cs#L17
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading