Included globalusing for EventBusRabbitMQ project
This commit is contained in:
		
							parent
							
								
									f3d6492340
								
							
						
					
					
						commit
						783c69974a
					
				
							
								
								
									
										17
									
								
								src/BuildingBlocks/EventBus/EventBusRabbitMQ/GlobalUsings.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								src/BuildingBlocks/EventBus/EventBusRabbitMQ/GlobalUsings.cs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,17 @@ | |||||||
|  | global using Microsoft.Extensions.Logging; | ||||||
|  | global using Polly; | ||||||
|  | global using Polly.Retry; | ||||||
|  | global using RabbitMQ.Client; | ||||||
|  | global using RabbitMQ.Client.Events; | ||||||
|  | global using RabbitMQ.Client.Exceptions; | ||||||
|  | global using System; | ||||||
|  | global using System.IO; | ||||||
|  | global using System.Net.Sockets; | ||||||
|  | global using Autofac; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Events; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Extensions; | ||||||
|  | global using System.Text; | ||||||
|  | global using System.Threading.Tasks; | ||||||
|  | global using System.Text.Json; | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user