Skip to content

Add ef migration & fix code format #29

Add ef migration & fix code format

Add ef migration & fix code format #29

Triggered via pull request November 1, 2024 02:34
@nodewnodew
opened #40
bugfix
Status Success
Total duration 6m 16s
Artifacts

ci.yml

on: pull_request
Build and analyze
6m 3s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build and analyze
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, microsoft/[email protected], actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L243
Non-nullable property 'Src' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L263
Non-nullable property 'Credit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L269
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketItem.cs#L214
Non-nullable property 'Logo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketRequest.cs#L69
Non-nullable property 'RedirectUri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketResponse.cs#L33
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: PocketClient.HttpSdk/Models/PocketResponse.cs#L17
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.