Skip to content

update SpeechToText #36

update SpeechToText

update SpeechToText #36

Triggered via push November 25, 2024 07:55
Status Success
Total duration 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Test.ServiceModel/FileUploads.cs#L85
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Test.ServiceModel/FileUploads.cs#L86
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Test.ServiceModel/FileUploads.cs#L88
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Test.Client.Web/dtos.cs#L1177
The type 'Test.Client.Web.EnumType?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'Test.Client.Web.EnumType?' doesn't match 'notnull' constraint.
build: Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'ReferrerUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'UserAuthId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'UserAuthName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Test.Client.Web/AuthUserSession.cs#L12
Non-nullable property 'TwitterUserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.