run-tests #89
Annotations
11 warnings
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 tests:
backend/Omnikeeper.Base/Utils/DBConnectionBuilder.cs#L79
Possible null reference return.
|
Run tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L65
Cannot convert null literal to non-nullable reference type.
|
Run tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Run tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L52
Cannot convert null literal to non-nullable reference type.
|
Run tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Run tests:
backend/Omnikeeper.Base/Entity/DTO/CIAttributeDTOs.cs#L13
Cannot convert null literal to non-nullable reference type.
|
Run 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 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 tests:
backend/Omnikeeper/Startup/Startup.cs#L60
Possible null reference argument for parameter 'npgsqlConnectionString' in 'IHealthChecksBuilder NpgSqlHealthCheckBuilderExtensions.AddNpgSql(IHealthChecksBuilder builder, string npgsqlConnectionString, string healthQuery = "SELECT 1;", Action<NpgsqlConnection>? connectionAction = null, string? name = null, HealthStatus? failureStatus = null, IEnumerable<string>? tags = null, TimeSpan? timeout = null)'.
|
Run tests:
backend/Omnikeeper/Startup/Startup.cs#L75
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading