Bump Newtonsoft.Json from 13.0.1 to 13.0.3 #599
Annotations
1 error and 10 warnings
|
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.
|
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.
|
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.
|
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.
|
EliteAPI.Web/WebApi.cs#L19
Possible null reference argument for parameter 'parameters' in 'T ActivatorUtilities.CreateInstance<T>(IServiceProvider provider, params object[] parameters)'.
|
EliteAPI.Web/WebApiCategory.cs#L127
Possible null reference return.
|
EliteAPI.Web/Models/WebApiResult.cs#L9
The field 'WebApiResult<T>._exception' is never used
|
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.Web.Spansh/Utilities/Responses/SystemResponse.cs#L9
Non-nullable property 'Systems' 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