|
|
@ -0,0 +1,35 @@ |
|
|
|
global using Microsoft.AspNetCore.TestHost; |
|
|
|
global using System; |
|
|
|
global using System.Net.Http; |
|
|
|
global using Microsoft.AspNetCore.Http; |
|
|
|
global using System.Security.Claims; |
|
|
|
global using System.Threading.Tasks; |
|
|
|
global using Microsoft.AspNetCore.Hosting; |
|
|
|
global using Microsoft.Extensions.Configuration; |
|
|
|
global using System.IO; |
|
|
|
global using System.Reflection; |
|
|
|
global using FunctionalTests.Middleware; |
|
|
|
global using Microsoft.AspNetCore.Builder; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Basket.API; |
|
|
|
global using Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Catalog.API; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Catalog.API.Infrastructure; |
|
|
|
global using Microsoft.Extensions.DependencyInjection; |
|
|
|
global using Microsoft.Extensions.Logging; |
|
|
|
global using Microsoft.Extensions.Options; |
|
|
|
global using FunctionalTests.Extensions; |
|
|
|
global using FunctionalTests.Services.Basket; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Basket.API.Model; |
|
|
|
global using Microsoft.eShopOnContainers.WebMVC.ViewModels; |
|
|
|
global using System.Text.Json; |
|
|
|
global using System.Collections.Generic; |
|
|
|
global using System.Linq; |
|
|
|
global using System.Text; |
|
|
|
global using WebMVC.Services.ModelDTOs; |
|
|
|
global using Xunit; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Ordering.API; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Ordering.API.Infrastructure; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Ordering.Infrastructure; |
|
|
|
global using FunctionalTests.Services.Catalog; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Catalog.API.Model; |
|
|
|
global using Microsoft.eShopOnContainers.Services.Catalog.API.ViewModel; |