|
|
@ -0,0 +1,24 @@ |
|
|
|
global using Microsoft.AspNetCore.Mvc; |
|
|
|
global using Microsoft.Extensions.Configuration; |
|
|
|
global using System.Linq; |
|
|
|
global using Microsoft.AspNetCore; |
|
|
|
global using Microsoft.AspNetCore.Hosting; |
|
|
|
global using Microsoft.Extensions.Configuration; |
|
|
|
global using Serilog; |
|
|
|
global using System; |
|
|
|
global using System.Collections.Generic; |
|
|
|
global using System.IO; |
|
|
|
global using System.Linq; |
|
|
|
global using System.Reflection; |
|
|
|
global using WebStatus; |
|
|
|
global using Azure.Identity; |
|
|
|
global using Azure.Core; |
|
|
|
global using Microsoft.AspNetCore.Builder; |
|
|
|
global using Microsoft.AspNetCore.Diagnostics.HealthChecks; |
|
|
|
global using Microsoft.AspNetCore.Hosting; |
|
|
|
global using Microsoft.AspNetCore.Mvc; |
|
|
|
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; |