Skip to content

run-tests

run-tests #84

Manually triggered August 21, 2023 08:37
Status Success
Total duration 2m 35s
Artifacts

run-tests.yml

on: workflow_dispatch
Run backend tests
2m 28s
Run backend tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run backend tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run backend tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L65
Cannot convert null literal to non-nullable reference type.
Run backend tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L51
Cannot convert null literal to non-nullable reference type.
Run backend tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L52
Cannot convert null literal to non-nullable reference type.
Run backend tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L44
Cannot convert null literal to non-nullable reference type.
Run backend tests: backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L13
Cannot convert null literal to non-nullable reference type.
Run backend tests: backend/Omnikeeper.Base/Utils/DBConnectionBuilder.cs#L79
Possible null reference return.
Run backend tests: backend/Omnikeeper/Controllers/OData/TraitEntityController.cs#L355
Possible null reference argument for parameter 'value' in 'void IDictionary<string, string>.Add(string key, string value)'.
Run backend tests: backend/Omnikeeper/Controllers/OData/MyODataRoutingMatcherPolicy.cs#L96
Possible null reference argument for parameter 'source' in 'void MyODataRoutingMatcherPolicy.MergeRouteValues(RouteValueDictionary updates, RouteValueDictionary source)'.
Run backend tests: backend/Omnikeeper/Controllers/OData/MyODataRoutingApplicationModelProvider.cs#L210
Converting null literal or possible null value to non-nullable type.
Run backend tests: backend/Omnikeeper/Controllers/OData/MyODataRoutingApplicationModelProvider.cs#L215
Converting null literal or possible null value to non-nullable type.