Skip to content

Merge pull request #491 from classtranscribe/835-extend-caption-editi… #906

Merge pull request #491 from classtranscribe/835-extend-caption-editi…

Merge pull request #491 from classtranscribe/835-extend-caption-editi… #906

Triggered via push December 4, 2024 22:24
Status Success
Total duration 4m 50s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
Found version-specific or distribution-specific runtime identifier(s): centos7-x64. Affected libraries: Microsoft.CognitiveServices.Speech. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build: ClassTranscribeDatabase/Migrations/20190624223657_two.cs#L5
The type name 'two' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: ClassTranscribeDatabase/Migrations/20190624223657_two.Designer.cs#L14
The type name 'two' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: ClassTranscribeDatabase/Services/BoxAPI.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: ClassTranscribeDatabase/Migrations/20210624224308_videophrase.cs#L6
The type name 'videophrase' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: ClassTranscribeDatabase/Migrations/20210624224308_videophrase.Designer.cs#L14
The type name 'videophrase' only contains lower-cased ascii characters. Such names may become reserved for the language.
Build: ClassTranscribeDatabase/Services/Slack.cs#L84
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build
Found version-specific or distribution-specific runtime identifier(s): centos7-x64. Affected libraries: Microsoft.CognitiveServices.Speech. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build: DevExperiments/TempCode.cs#L32
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build: DevExperiments/TempCode.cs#L60
The variable 'tid2' is assigned but its value is never used