v1.5.0 #23
Annotations
13 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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/Api/AnalyticsApi.cs#L104
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
src/Api/AnalyticsApi.cs#L132
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
src/Api/AnalyticsApi.cs#L180
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
src/Api/AnalyticsApi.cs#L208
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
src/Api/AnalyticsApi.cs#L393
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
src/Api/AnalyticsApi.cs#L421
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
src/Api/AnalyticsApi.cs#L469
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
src/Api/AnalyticsApi.cs#L497
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
src/Client/ApiClient.cs#L302
Field 'ApiClient.ApiExceptionResponse.name' is never assigned to, and will always have its default value null
|
src/Client/ApiClient.cs#L303
Field 'ApiClient.ApiExceptionResponse.status' is never assigned to, and will always have its default value 0
|
This job succeeded
Loading