Skip to content

Add GitHub Actions CI #1

Add GitHub Actions CI

Add GitHub Actions CI #1

Triggered via pull request September 27, 2023 13:45
Status Failure
Total duration 4m 2s
Artifacts

build.yml

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

Annotations

6 errors and 10 warnings
ubuntu-latest
To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true.
ubuntu-latest
To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true.
ubuntu-latest
Process completed with exit code 1.
macos-latest
To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true.
macos-latest
To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true.
macos-latest
Process completed with exit code 1.
windows-latest: PollyDemos/Async/BulkheadAsyncDemo01_WithBulkheads.cs#L118
Dereference of a possibly null reference.
windows-latest: PollyDemos/Async/BulkheadAsyncDemo01_WithBulkheads.cs#L158
Dereference of a possibly null reference.
windows-latest: PollyDemos/Sync/Demo00_NoPolicy.cs#L36
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
windows-latest: PollyDemos/Sync/Demo01_RetryNTimes.cs#L51
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
windows-latest: PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L131
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
windows-latest: PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L48
Converting null literal or possible null value to non-nullable type.
windows-latest: PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L64
Dereference of a possibly null reference.
windows-latest: PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L98
Dereference of a possibly null reference.
windows-latest: PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L116
Dereference of a possibly null reference.
windows-latest: PollyDemos/Async/AsyncDemo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L55
Converting null literal or possible null value to non-nullable type.