Skip to content

Bump Moq from 4.18.4 to 4.20.2 #586

Bump Moq from 4.18.4 to 4.20.2

Bump Moq from 4.18.4 to 4.20.2 #586

Triggered via pull request August 9, 2023 19:56
Status Failure
Total duration 6m 44s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
test
HttpError: Resource not accessible by integration
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.