You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
770 B
C#

2 months ago
global using System.IO;
global using System.Collections;
global using System.Collections.Concurrent;
global using System.Collections.Generic;
global using System.Collections.Immutable;
global using System.Collections.Specialized;
global using System.Configuration;
global using System.Diagnostics;
global using System.Dynamic;
global using System.Threading;
global using System.Threading.Tasks;
global using Xunit;
global using Xunit.Sdk;
global using Xunit.Extensions;
global using Xunit.Abstractions;
global using Polly;
global using Polly.CircuitBreaker;
global using Polly.Fallback;
global using Polly.Retry;
global using Polly.Timeout;
global using Polly.Wrap;
global using Polly.Extensions.Http;
global using Polly.Bulkhead;
global using Polly8Study.Core;