Skip to content

Update CI

Update CI #17

Triggered via push January 14, 2024 08:25
Status Failure
Total duration 4m 49s
Artifacts

ci.yml

on: push
Build and analyze
4m 38s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build and analyze
Process completed with exit code 1.
Build and analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and analyze: PocketClient.HttpSdk/PocketHttpClient.cs#L187
Dereference of a possibly null reference.
Build and analyze: PocketClient.HttpSdk/PocketHttpClient.cs#L224
Dereference of a possibly null reference.
Build and analyze: PocketClient.HttpSdk/PocketHttpClient.cs#L233
Dereference of a possibly null reference.
Build and analyze: PocketClient.HttpSdk/PocketHttpClient.cs#L238
Dereference of a possibly null reference.
Build and analyze: PocketClient.HttpSdk/PocketHttpClient.cs#L262
Dereference of a possibly null reference.
Build and analyze: PocketClient.HttpSdk/Models/PocketResponse.cs#L60
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketResponse.cs#L66
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketResponse.cs#L51
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketResponse.cs#L42
Non-nullable property 'ActionResults' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketResponse.cs#L27
Non-nullable property 'List' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.