|
|
@ -1,23 +1,19 @@ |
|
|
|
global using Basket.FunctionalTests.Base; |
|
|
|
global using System; |
|
|
|
global using System.Collections.Generic; |
|
|
|
global using System.IO; |
|
|
|
global using System.Net.Http; |
|
|
|
global using System.Security.Claims; |
|
|
|
global using System.Text; |
|
|
|
global using System.Text.Json; |
|
|
|
global using System.Threading.Tasks; |
|
|
|
global using Basket.FunctionalTests.Base; |
|
|
|
global using Microsoft.AspNetCore.Builder; |
|
|
|
global using Microsoft.AspNetCore.Hosting; |
|
|
|
global using Microsoft.AspNetCore.Http; |
|
|
|
global using Microsoft.AspNetCore.Routing; |
|
|
|
global using Microsoft.AspNetCore.TestHost; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Basket.API.Infrastructure.Repositories; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Basket.API.Model; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Basket.API; |
|
|
|
global using Microsoft.Extensions.Configuration; |
|
|
|
global using Microsoft.Extensions.DependencyInjection; |
|
|
|
global using Microsoft.Extensions.Logging; |
|
|
|
global using StackExchange.Redis; |
|
|
|
global using System.Collections.Generic; |
|
|
|
global using System.IO; |
|
|
|
global using System.Net.Http; |
|
|
|
global using System.Reflection; |
|
|
|
global using System.Security.Claims; |
|
|
|
global using System.Text.Json; |
|
|
|
global using System.Text; |
|
|
|
global using System.Threading.Tasks; |
|
|
|
global using System; |
|
|
|
global using Xunit; |