Add playlist media options #740
Annotations
1 error and 12 warnings
Run unit tests
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Compile application:
TaskEngine/Tasks/DownloadPlaylistInfoTask.cs#L54
Modify 'OnConsume' to catch a more specific allowed exception type, or rethrow the exception.
|
Compile application:
TaskEngine/Tasks/RabbitMQTask.cs#L61
Modify 'Publish' to catch a more specific allowed exception type, or rethrow the exception.
|
Compile application:
TaskEngine/Tasks/RabbitMQTask.cs#L101
Modify 'Consume' to catch a more specific allowed exception type, or rethrow the exception.
|
Compile application:
TaskEngine/Tasks/CleanUpElasticIndexTask.cs#L96
Modify 'OnConsume' to catch a more specific allowed exception type, or rethrow the exception.
|
Compile application:
TaskEngine/Tasks/DownloadMediaTask.cs#L172
Modify 'DownloadKalturaVideo' to catch a more specific allowed exception type, or rethrow the exception.
|
Compile application:
TaskEngine/Tasks/DownloadMediaTask.cs#L291
Modify 'DownloadLocalPlaylist' to catch a more specific allowed exception type, or rethrow the exception.
|
Compile application:
ClassTranscribeServer/Program.cs#L26
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Program.CreateWebHostBuilder(string[])' with a call to 'string.ToLower(CultureInfo)'.
|
Compile application:
ClassTranscribeServer/Controllers/AccountController.cs#L157
In externally visible method 'Task<ActionResult<LoggedInDTO>> AccountController.MediaWorkerSignIn(MediaWorkerLoginDTO accessDTO)', validate parameter 'accessDTO' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|
Compile application:
ClassTranscribeServer/Controllers/TaskController.cs#L49
In externally visible method 'Task<ActionResult> TaskController.UpdateSceneData(string videoId, JObject scene)', validate parameter 'scene' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|
Compile application:
ClassTranscribeServer/Controllers/TaskController.cs#L161
In externally visible method 'Task<ActionResult> TaskController.UpdatePhraseHints(string videoId, PhraseHintsDTO phraseHintsDTO)', validate parameter 'phraseHintsDTO' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|
Run actions/setup-dotnet@v1
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
The logs for this run have expired and are no longer available.
Loading