10 lines
268 B
C#
10 lines
268 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using System.Text.Json;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
|
|
global using StellaOps.Scanner.Analyzers.Lang;
|