Included globalusing for Basket.FunctionalTests project
This commit is contained in:
		
							parent
							
								
									f33d0d3ecd
								
							
						
					
					
						commit
						886c6070c6
					
				
							
								
								
									
										23
									
								
								src/Services/Basket/Basket.FunctionalTests/GlobalUsings.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								src/Services/Basket/Basket.FunctionalTests/GlobalUsings.cs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,23 @@ | ||||
| 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; | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user