WIP fixing tests

This commit is contained in:
Caelan Sayler
2023-12-17 17:00:38 +00:00
parent 37c5f67a63
commit d337a0598e
32 changed files with 493 additions and 393 deletions

9
test/GlobalUsings.cs Normal file
View File

@@ -0,0 +1,9 @@
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Threading.Tasks;
global using Microsoft.Extensions.Logging;
global using Microsoft.Extensions.Logging.Abstractions;
global using Xunit;
global using Xunit.Abstractions;