Target .NET 8 #13
Annotations
16 warnings
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
|
OF DL/HttpUtil.cs#L45
Cannot convert null literal to non-nullable reference type.
|
OF DL/HttpUtil.cs#L52
Cannot convert null literal to non-nullable reference type.
|
OF DL/HttpUtil.cs#L63
Cannot convert null literal to non-nullable reference type.
|
OF DL/Widevine/CDMDevice.cs#L23
Cannot convert null literal to non-nullable reference type.
|
OF DL/Widevine/CDMDevice.cs#L23
Cannot convert null literal to non-nullable reference type.
|
OF DL/Widevine/CDMDevice.cs#L23
Cannot convert null literal to non-nullable reference type.
|
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)'.
|
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)'.
|
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)'.
|
This job succeeded
Loading