run-perf-tests #114
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, JesseTG/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 performance tests:
backend/Omnikeeper.Base/Utils/DBConnectionBuilder.cs#L79
Possible null reference return.
|
Run performance tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L65
Cannot convert null literal to non-nullable reference type.
|
Run performance tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Run performance tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L52
Cannot convert null literal to non-nullable reference type.
|
Run performance tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Run performance tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L13
Cannot convert null literal to non-nullable reference type.
|
Run performance tests:
backend/Omnikeeper/GraphQL/Types/InputTypes.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run performance tests:
backend/Omnikeeper/GraphQL/Types/InputTypes.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run performance tests:
backend/Omnikeeper/Controllers/AuthRedirectController.cs#L22
Possible null reference argument for parameter 'defaultValue' in 'string? ConfigurationBinder.GetValue<string>(IConfiguration configuration, string key, string defaultValue)'.
|
Run performance tests:
backend/Omnikeeper/GridView/Response/GetSchemaResponse.cs#L37
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading