Skip to content

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

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 #293

Triggered via pull request December 4, 2024 22:14
Status Success
Total duration 10m 30s
Artifacts

validate-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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)
build: test/Common/TestHelpers.cs#L19
Using directives should be ordered alphabetically by the namespaces. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1210.md)