Skip to content

Update Dockerfile

Update Dockerfile #11

Triggered via push July 24, 2024 19:38
Status Success
Total duration 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, actions/create-release@v1, actions/upload-release-asset@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
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#L420
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#L178
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#L323
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)'.