Skip to content

Update publish-docker.yml #6

Update publish-docker.yml

Update publish-docker.yml #6

Triggered via push June 30, 2024 23:09
Status Success
Total duration 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@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
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: OF DL/Widevine/CDMDevice.cs#L23
Cannot convert null literal to non-nullable reference type.
build: OF DL/Widevine/CDMDevice.cs#L23
Cannot convert null literal to non-nullable reference type.
build: OF DL/Widevine/CDMDevice.cs#L23
Cannot convert null literal to non-nullable reference type.
build: OF DL/HttpUtil.cs#L45
Cannot convert null literal to non-nullable reference type.
build: OF DL/HttpUtil.cs#L52
Cannot convert null literal to non-nullable reference type.
build: OF DL/HttpUtil.cs#L63
Cannot convert null literal to non-nullable reference type.
build: OF DL/Helpers/APIHelper.cs#L436
Nullability of reference types in return type of 'Task<List<string>?> APIHelper.GetListUsers(string endpoint, IDownloadConfig config)' doesn't match implicitly implemented member 'Task<List<string>> IAPIHelper.GetListUsers(string endpoint, IDownloadConfig config)'.
build: OF DL/Helpers/APIHelper.cs#L193
Nullability of reference types in return type of 'Task<User?> APIHelper.GetUserInfo(string endpoint)' doesn't match implicitly implemented member 'Task<User> IAPIHelper.GetUserInfo(string endpoint)'.
build: OF DL/Helpers/APIHelper.cs#L337
Nullability of reference types in return type of 'Task<Dictionary<string, int>?> APIHelper.GetActiveSubscriptions(string endpoint, bool includeRestricted, IDownloadConfig config)' doesn't match implicitly implemented member 'Task<Dictionary<string, int>> IAPIHelper.GetActiveSubscriptions(string endpoint, bool includeRestrictedSubscriptions, IDownloadConfig config)'.