Bump NUnit from 4.0.1 to 4.1.0 #729
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
EliteAPI.Abstractions/Events/Localised.cs#L34
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
Build:
EliteAPI.Abstractions/Events/Localised.cs#L42
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, string>.TryGetValue(string key, out string value)'.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
EliteAPI.Web/WebApi.cs#L19
Possible null reference argument for parameter 'parameters' in 'T ActivatorUtilities.CreateInstance<T>(IServiceProvider provider, params object[] parameters)'.
|
Build:
EliteAPI.Web/WebApiCategory.cs#L148
Possible null reference return.
|
Build:
EliteAPI.Web/Models/WebApiResult.cs#L9
The field 'WebApiResult<T>._exception' is never used
|
Build:
EliteAPI.Status/Converters/DecToIntConverter.cs#L13
Possible null reference argument for parameter 'value' in 'bool DecimalToIntegerConverter.IsWholeValue(object value)'.
|
Loading