Skip to content

Merge branch 'main' of https://github.com/Somfic/EliteAPI #540

Merge branch 'main' of https://github.com/Somfic/EliteAPI

Merge branch 'main' of https://github.com/Somfic/EliteAPI #540

Triggered via push July 13, 2023 16:09
Status Success
Total duration 2m 24s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
Unit test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit test: EliteAPI.Abstractions/Events/Localised.cs#L34
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
Unit test: EliteAPI.Abstractions/Events/Localised.cs#L42
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, string>.TryGetValue(string key, out string value)'.
Unit test: EliteAPI.Events/Status/Converters/DecToIntConverter.cs#L13
Possible null reference argument for parameter 'value' in 'bool DecimalToIntegerConverter.IsWholeValue(object value)'.
Unit test: EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L19
Non-nullable field '_lastConfig' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Unit test: EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L19
Non-nullable property 'JournalsPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit test: EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L19
Non-nullable property 'JournalPattern' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit test: EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L19
Non-nullable property 'OptionsPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Unit test: EliteAPI/Bindings/BindingsParser.cs#L165
Dereference of a possibly null reference.
Unit test: EliteAPI/Bindings/BindingsParser.cs#L169
Dereference of a possibly null reference.
Unit test: EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L42
Possible null reference assignment.
Update version
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, EndBug/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Update version
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/
Update version
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/
Update version
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/
Update version
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/
Update version
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/
Update version
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/
Update version
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/
Update version
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/
Update version
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/
Update version
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 following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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: EliteAPI.Events/Status/Converters/DecToIntConverter.cs#L13
Possible null reference argument for parameter 'value' in 'bool DecimalToIntegerConverter.IsWholeValue(object value)'.
Build: EliteAPI.Abstractions/Events/Localised.cs#L34
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
Build: EliteAPI.Abstractions/Events/Localised.cs#L42
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, string>.TryGetValue(string key, out string value)'.
Build: EliteAPI/EmptyStatusEvent.cs#L10
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: EliteAPI/EmptyStatusEvent.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: EliteAPI/Bindings/BindingsParser.cs#L165
Dereference of a possibly null reference.
Build: EliteAPI/Bindings/BindingsParser.cs#L169
Dereference of a possibly null reference.
Build: EliteAPI/EliteDangerousApi.cs#L51
Non-nullable field '_journalsDirectory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: EliteAPI/EliteDangerousApi.cs#L51
Non-nullable field '_optionsDirectory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: EliteAPI/EliteDangerousApi.cs#L51
Non-nullable field '_mainTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.