Merge branch 'main' of https://github.com/Somfic/EliteAPI #558
Annotations
11 warnings
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/
|
EliteAPI.Events/Status/Converters/DecToIntConverter.cs#L13
Possible null reference argument for parameter 'value' in 'bool DecimalToIntegerConverter.IsWholeValue(object value)'.
|
EliteAPI.Abstractions/Events/Localised.cs#L34
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
EliteAPI.Abstractions/Events/Localised.cs#L42
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, string>.TryGetValue(string key, out string value)'.
|
EliteAPI.Events/Status/Converters/DecToIntConverter.cs#L13
Possible null reference argument for parameter 'value' in 'bool DecimalToIntegerConverter.IsWholeValue(object value)'.
|
EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L29
Nullability of reference types in return type of 'string[]? EliteDangerousApiConfiguration.StatusFiles.get' doesn't match implicitly implemented member 'string[] IEliteDangerousApiConfiguration.StatusFiles.get' (possibly because of nullability attributes).
|
EliteAPI/Bindings/BindingsParser.cs#L165
Dereference of a possibly null reference.
|
EliteAPI/Bindings/BindingsParser.cs#L169
Dereference of a possibly null reference.
|
EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L19
Non-nullable field '_lastConfig' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L19
Non-nullable property 'JournalsPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
EliteAPI/Configuration/EliteDangerousApiConfiguration.cs#L19
Non-nullable property 'JournalPattern' 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