Skip to content

chore(deps): bump the nuget-dependencies group in /src/DiscosWebSdk with 14 updates #221

chore(deps): bump the nuget-dependencies group in /src/DiscosWebSdk with 14 updates

chore(deps): bump the nuget-dependencies group in /src/DiscosWebSdk with 14 updates #221

Triggered via pull request January 24, 2024 16:30
Status Success
Total duration 1m 30s
Artifacts

dotnet-ci.yml

on: pull_request
Test Project (Mock API)
1m 19s
Test Project (Mock API)
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test Project (Mock API): src/DiscosWebSdk/DiscosWebSdk/Clients/DiscosClient.cs#L100
Nullability of reference types in return type of 'Task<IReadOnlyList<T>?> DiscosClient.GetMultiple<T>(string queryString = "")' doesn't match implicitly implemented member 'Task<IReadOnlyList<T>> IDiscosClient.GetMultiple<T>(string queryString = "")'.
Test Project (Mock API): src/DiscosWebSdk/DiscosWebSdk/Models/ResponseModels/Reentries/Reentry.cs#L9
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
Test Project (Mock API): src/DiscosWebSdk/DiscosWebSdk/Queries/Filters/FilterDefinition.cs#L103
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'IEnumerable<string>'.
Test Project (Mock API): src/DiscosWebSdk/DiscosWebSdk/Models/ResponseModels/DiscosObjects/DiscosObject.cs#L57
Non-nullable property 'States' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test Project (Mock API): src/DiscosWebSdk/DiscosWebSdk/Models/ResponseModels/DiscosObjects/DiscosObject.cs#L60
Non-nullable property 'DestinationOrbits' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test Project (Mock API): src/DiscosWebSdk/DiscosWebSdk/Models/ResponseModels/DiscosObjects/DiscosObject.cs#L63
Non-nullable property 'InitialOrbits' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test Project (Mock API): src/DiscosWebSdk/DiscosWebSdk/Models/ResponseModels/DiscosObjects/DiscosObject.cs#L66
Non-nullable property 'Operators' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test Project (Mock API): src/DiscosWebSdk/DiscosWebSdk/DependencyInjection/DependencyInjectionExtensions.cs#L89
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
Test Project (Mock API)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.