Skip to content

Bump Somfic.Common from 0.1.3 to 0.1.6 #619

Bump Somfic.Common from 0.1.3 to 0.1.6

Bump Somfic.Common from 0.1.3 to 0.1.6 #619

Triggered via push September 11, 2023 19:13
Status Failure
Total duration 57s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
test
HttpError: Resource not accessible by integration
test: EliteAPI.Web/WebApiCategory.cs#L148
Possible null reference return.
test: EliteAPI.Web/WebApi.cs#L19
Possible null reference argument for parameter 'parameters' in 'T ActivatorUtilities.CreateInstance<T>(IServiceProvider provider, params object[] parameters)'.
test: EliteAPI.Web/Models/WebApiResult.cs#L11
Non-nullable field '_exception' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test: EliteAPI.Web/Models/WebApiResult.cs#L11
Non-nullable property 'ContentHeaders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: EliteAPI.Web/Models/WebApiResult.cs#L11
Non-nullable property 'Headers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: EliteAPI.Web/Models/WebApiResult.cs#L11
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: EliteAPI.Web/Models/WebApiResult.cs#L9
The field 'WebApiResult<T>._exception' is never used
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.Web.Spansh/RoutePlanner/RoutePlannerApi.cs#L28
Dereference of a possibly null reference.