Skip to content

Merge branch 'master' of https://github.com/qedsd/OMDb #170

Merge branch 'master' of https://github.com/qedsd/OMDb

Merge branch 'master' of https://github.com/qedsd/OMDb #170

Triggered via push July 18, 2023 10:04
Status Failure
Total duration 4m 59s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build (Release, x64)
Process completed with exit code 1.
build (Release, x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release, x64): OMDb.Core/Utils/PathUtils/TempPathUtils.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release, x64): OMDb.Core/Utils/PathUtils/TempPathUtils.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release, x64): OMDb.Core/Models/EntryMetadata.cs#L41
The variable 'ex' is declared but never used
build (Release, x64): OMDb.Core/Helpers/ExcelHelper.cs#L594
The variable 'exception' is declared but never used
build (Release, x64): OMDb.Core/Helpers/ExcelHelper.cs#L601
The variable 'exception' is declared but never used
build (Release, x64): OMDb.Core/Helpers/ExcelHelper.cs#L607
The variable 'exception' is declared but never used
build (Release, x64): OMDb.Core/Helpers/ImageHelper.cs#L425
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
build (Release, x64): OMDb.Core/Utils/PathUtils/PathUtils.cs#L12
The field 'PathUtils.IllegalPathCharStr' is assigned but its value is never used
build (Release, x64): OMDb.Douban/EntryInfo.cs#L131
The variable 'dateLength' is assigned but its value is never used
build (Release, x64): OMDb.Douban/EntryInfo.cs#L174
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
build (Release, x64)
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/