Skip to content

Minor fix for styles. #24

Minor fix for styles.

Minor fix for styles. #24

Triggered via push May 3, 2024 08:55
Status Success
Total duration 9m 15s
Artifacts

ci.yml

on: push
Build and analyze
8m 56s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build and analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, microsoft/[email protected], actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/Models/PocketItem.cs#L214
Non-nullable property 'Logo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L220
Non-nullable property 'GreyscaleLogo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L22
Non-nullable property 'GivenUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L161
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L186
Non-nullable property 'Videos' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L199
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketRequest.cs#L39
Non-nullable property 'Actions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketRequest.cs#L48
Non-nullable property 'ConsumerKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketRequest.cs#L54
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/PocketRequest.cs#L63
Non-nullable property 'ConsumerKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.