11 lines
201 B
C#
11 lines
201 B
C#
global using System.IO.Abstractions;
|
|
|
|
global using AltGen.Console.Config;
|
|
global using AltGen.Console.Generate;
|
|
|
|
global using FluentAssertions;
|
|
|
|
global using Moq;
|
|
|
|
global using RichardSzalay.MockHttp;
|