Migrate sync demos from 01 to 03 #14
Annotations
10 warnings
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)
|
PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L48
Converting null literal or possible null value to non-nullable type.
|
PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L64
Dereference of a possibly null reference.
|
PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L98
Dereference of a possibly null reference.
|
PollyDemos/Sync/Demo09_Wrap-Fallback-Timeout-WaitAndRetry.cs#L116
Dereference of a possibly null reference.
|
PollyDemos/Async/BulkheadAsyncDemo01_WithBulkheads.cs#L118
Dereference of a possibly null reference.
|
PollyDemos/Async/BulkheadAsyncDemo01_WithBulkheads.cs#L158
Dereference of a possibly null reference.
|
PollyDemos/Sync/Demo08_Wrap-Fallback-WaitAndRetry-CircuitBreaker.cs#L132
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
PollyDemos/Sync/Demo08_Wrap-Fallback-WaitAndRetry-CircuitBreaker.cs#L48
Converting null literal or possible null value to non-nullable type.
|
PollyDemos/Sync/Demo08_Wrap-Fallback-WaitAndRetry-CircuitBreaker.cs#L91
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading