No more static
This commit is contained in:
parent
f441a104c9
commit
d8272c36a1
6 changed files with 118 additions and 113 deletions
10
Global.cs
Normal file
10
Global.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
global using Microsoft.Extensions.Logging;
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Text;
|
||||
global using System.Threading.Tasks;
|
||||
global using Xorog.Logger.Entities;
|
||||
global using Xorog.Logger.Enums;
|
||||
global using LogLevel = Xorog.Logger.Enums.LogLevel;
|
||||
Reference in a new issue