Fix matching crypto #277
Annotations
35 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf, docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38, docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
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
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
build
Possible null reference assignment.
|
build
Possible null reference argument for parameter 'path' in 'string File.ReadAllText(string path)'.
|
build
Possible null reference assignment.
|
build
Non-nullable field 'configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
Possible null reference return.
|
build
Possible null reference return.
|
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/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/ApplicationSettings.cs#L43
Possible null reference assignment.
|
build:
GhostfolioSidekick/ApplicationSettings.cs#L14
Possible null reference argument for parameter 'path' in 'string File.ReadAllText(string path)'.
|
build:
GhostfolioSidekick/ApplicationSettings.cs#L14
Possible null reference assignment.
|
build:
GhostfolioSidekick/ApplicationSettings.cs#L12
Non-nullable field 'configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
GhostfolioSidekick/ApplicationSettings.cs#L17
Possible null reference return.
|
build:
GhostfolioSidekick/ApplicationSettings.cs#L19
Possible null reference return.
|
build:
GhostfolioSidekick/ApplicationSettings.cs#L31
Possible null reference return.
|
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.
|