Update CI #426
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. 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/
|
|
src/Api/AnalyticsApi.cs#L81
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#L109
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#L272
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#L300
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#L304
Field 'ApiClient.ApiExceptionResponse.status' is never assigned to, and will always have its default value 0
|
src/Client/ApiClient.cs#L302
Field 'ApiClient.ApiExceptionResponse.title' is never assigned to, and will always have its default value null
|
src/Client/ApiClient.cs#L303
Field 'ApiClient.ApiExceptionResponse.name' is never assigned to, and will always have its default value null
|
src/Client/ApiClient.cs#L301
Field 'ApiClient.ApiExceptionResponse.type' is never assigned to, and will always have its default value null
|
src/Api/VideosApi.cs#L291
Missing XML comment for publicly visible type or member 'VideosApi.uploadPartWithHttpInfo(string, Stream, int, bool)'
|
src/Api/VideosApi.cs#L356
Missing XML comment for publicly visible type or member 'VideosApi.UploadProgressiveSession'
|
This job succeeded
Loading