Skip to content

Merge branch 'main' into dependabot/nuget/Newtonsoft.Json-13.0.3 #640

Merge branch 'main' into dependabot/nuget/Newtonsoft.Json-13.0.3

Merge branch 'main' into dependabot/nuget/Newtonsoft.Json-13.0.3 #640

Triggered via push January 27, 2024 08:04
Status Failure
Total duration 54s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
EliteAPI.Tests.Schemas ► Event(): EliteAPI.Tests/Schemas.cs#L162
Failed test found in: reports/_fv-az1493-330_2024-01-27_08_04_44.trx Error: System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ----> System.IO.DirectoryNotFoundException : Could not find a part of the path '/home/runner/work/EliteAPI/EliteAPI/EliteAPI.Tests/bin/Release/net7.0/schemas-repo'.
EliteAPI.Tests.Schemas ► Event(): EliteAPI.Tests/Schemas.cs#L162
Failed test found in: reports/_fv-az1432-215_2024-01-27_08_04_48.trx Error: System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation. ----> System.IO.DirectoryNotFoundException : Could not find a part of the path '/home/runner/work/EliteAPI/EliteAPI/EliteAPI.Tests/bin/Release/net7.0/schemas-repo'.
test
Process completed with exit code 1.
test
Failed test were found and 'fail-on-error' option is set to true
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, dorny/test-reporter@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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/WebApi.cs#L19
Possible null reference argument for parameter 'parameters' in 'T ActivatorUtilities.CreateInstance<T>(IServiceProvider provider, params object[] parameters)'.
test: EliteAPI.Web/WebApiCategory.cs#L148
Possible null reference return.
test: EliteAPI.Web/Models/WebApiResult.cs#L9
The field 'WebApiResult<T>._exception' is never used
test: EliteAPI.Web.Spansh/RoutePlanner/Responses/TradeResponse.cs#L8
Non-nullable property 'Commodities' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.