Included globalusing for Ordering.FunctionalTests
This commit is contained in:
parent
0ba2b33825
commit
6833ad3621
@ -0,0 +1,19 @@
|
|||||||
|
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.BuildingBlocks.IntegrationEventLogEF;
|
||||||
|
global using Microsoft.eShopOnContainers.Services.Ordering.API.Infrastructure;
|
||||||
|
global using Microsoft.eShopOnContainers.Services.Ordering.API;
|
||||||
|
global using Microsoft.eShopOnContainers.Services.Ordering.Infrastructure;
|
||||||
|
global using Microsoft.Extensions.Configuration;
|
||||||
|
global using Microsoft.Extensions.DependencyInjection;
|
||||||
|
global using Microsoft.Extensions.Logging;
|
||||||
|
global using Microsoft.Extensions.Options;
|
||||||
|
global using System.IO;
|
||||||
|
global using System.Net.Http;
|
||||||
|
global using System.Reflection;
|
||||||
|
global using System.Security.Claims;
|
||||||
|
global using System.Threading.Tasks;
|
||||||
|
global using System;
|
Loading…
x
Reference in New Issue
Block a user