Skip to content

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

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

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

Triggered via push August 7, 2023 12:23
Status Failure
Total duration 41s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 11 warnings
test
No test report files were found
test: EliteAPI.Tests/JournalManual.cs#L6
The type or namespace name 'iText' could not be found (are you missing a using directive or an assembly reference?)
test: EliteAPI.Tests/JournalManual.cs#L7
The type or namespace name 'iText' could not be found (are you missing a using directive or an assembly reference?)
test: EliteAPI.Tests/JournalManual.cs#L8
The type or namespace name 'iText' could not be found (are you missing a using directive or an assembly reference?)
test: EliteAPI.Tests/JournalManual.cs#L6
The type or namespace name 'iText' could not be found (are you missing a using directive or an assembly reference?)
test: EliteAPI.Tests/JournalManual.cs#L7
The type or namespace name 'iText' could not be found (are you missing a using directive or an assembly reference?)
test: EliteAPI.Tests/JournalManual.cs#L8
The type or namespace name 'iText' could not be found (are you missing a using directive or an assembly reference?)
test
Process completed with exit code 1.
test
No file matches path reports/*.trx
test: EliteAPI.Abstractions/Events/Localised.cs#L34
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
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)'.
test: EliteAPI.Events/Status/Converters/DecToIntConverter.cs#L13
Possible null reference argument for parameter 'value' in 'bool DecimalToIntegerConverter.IsWholeValue(object value)'.
test: 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).
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.
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.
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.
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.
test: EliteAPI/EmptyStatusEvent.cs#L10
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: EliteAPI/EmptyStatusEvent.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.