Update README.md #19
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
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/
|
build:
NontanCLI/Models/WatchModel.cs#L34
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/UpdatesModel.cs#L20
Non-nullable property 'version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/UpdatesModel.cs#L23
Non-nullable property 'date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/UpdatesModel.cs#L26
Non-nullable property 'build_version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/UpdatesModel.cs#L29
Non-nullable property 'download_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/UpdatesModel.cs#L33
Non-nullable property 'vlc_download_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/UpdatesModel.cs#L37
Non-nullable property 'changes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/UpdatesModel.cs#L14
Non-nullable property 'whats_new' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/TrendingModel.cs#L92
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
NontanCLI/Models/TrendingModel.cs#L95
Non-nullable property 'site' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|