Skip to content

Add GitHub Actions Workflow for Automated Testing for branch nytian/dfv3-release-rc.2 #266

Add GitHub Actions Workflow for Automated Testing for branch nytian/dfv3-release-rc.2

Add GitHub Actions Workflow for Automated Testing for branch nytian/dfv3-release-rc.2 #266

Triggered via pull request December 4, 2024 22:51
Status Failure
Total duration 49m 8s
Artifacts

validate-build-e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: test/FunctionsV2/CorrelationEndToEndTests.cs#L237
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: test/FunctionsV2/OutOfProcTests.cs#L366
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)