Included globalusings in webhooks.api project
This commit is contained in:
		
							parent
							
								
									e351e569b4
								
							
						
					
					
						commit
						ac9874e44a
					
				
							
								
								
									
										50
									
								
								src/Services/Webhooks/Webhooks.API/GlobalUsings.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								src/Services/Webhooks/Webhooks.API/GlobalUsings.cs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,50 @@ | |||||||
|  | global using Autofac.Extensions.DependencyInjection; | ||||||
|  | global using Autofac; | ||||||
|  | global using Devspaces.Support; | ||||||
|  | global using HealthChecks.UI.Client; | ||||||
|  | global using Microsoft.AspNetCore.Authentication.JwtBearer; | ||||||
|  | global using Microsoft.AspNetCore.Authorization; | ||||||
|  | global using Microsoft.AspNetCore.Builder; | ||||||
|  | global using Microsoft.AspNetCore.Diagnostics.HealthChecks; | ||||||
|  | global using Microsoft.AspNetCore.Hosting; | ||||||
|  | global using Microsoft.AspNetCore.Http; | ||||||
|  | global using Microsoft.AspNetCore.Mvc.Filters; | ||||||
|  | global using Microsoft.AspNetCore.Mvc; | ||||||
|  | global using Microsoft.AspNetCore; | ||||||
|  | global using Microsoft.Azure.ServiceBus; | ||||||
|  | global using Microsoft.EntityFrameworkCore.Design; | ||||||
|  | global using Microsoft.EntityFrameworkCore; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Events; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBus; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus; | ||||||
|  | global using Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF.Services; | ||||||
|  | global using Microsoft.Extensions.Configuration; | ||||||
|  | global using Microsoft.Extensions.DependencyInjection; | ||||||
|  | global using Microsoft.Extensions.Diagnostics.HealthChecks; | ||||||
|  | global using Microsoft.Extensions.Hosting; | ||||||
|  | global using Microsoft.Extensions.Logging; | ||||||
|  | global using Microsoft.OpenApi.Models; | ||||||
|  | global using RabbitMQ.Client; | ||||||
|  | global using Swashbuckle.AspNetCore.SwaggerGen; | ||||||
|  | global using System.Collections.Generic; | ||||||
|  | global using System.ComponentModel.DataAnnotations; | ||||||
|  | global using System.Data.Common; | ||||||
|  | global using System.IdentityModel.Tokens.Jwt; | ||||||
|  | global using System.Linq; | ||||||
|  | global using System.Net.Http; | ||||||
|  | global using System.Net; | ||||||
|  | global using System.Reflection; | ||||||
|  | global using System.Text.Json; | ||||||
|  | global using System.Text; | ||||||
|  | global using System.Threading.Tasks; | ||||||
|  | global using System.Threading; | ||||||
|  | global using System; | ||||||
|  | global using Webhooks.API.Exceptions; | ||||||
|  | global using Webhooks.API.Infrastructure.ActionResult; | ||||||
|  | global using Webhooks.API.Infrastructure; | ||||||
|  | global using Webhooks.API.IntegrationEvents; | ||||||
|  | global using Webhooks.API.Model; | ||||||
|  | global using Webhooks.API.Services; | ||||||
|  | global using Webhooks.API; | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user