Skip to content

Update Dockerfile

Update Dockerfile #5

Triggered via push June 30, 2024 23:05
Status Failure
Total duration 2m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
build
Bad credentials
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 "--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)'.