Files
Nitrox/Nitrox.Test/GlobalUsings.cs
2025-07-06 00:23:46 +02:00

11 lines
350 B
C#

global using static FluentAssertions.FluentActions;
global using FluentAssertions;
global using Microsoft.VisualStudio.TestTools.UnitTesting;
global using System;
global using System.Collections;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Reflection;
global using System.Threading;