|
// <auto-generated/>
global using FluentAssertions;
global using Microsoft.NET.TestFramework;
global using Microsoft.NET.TestFramework.Assertions;
global using Microsoft.NET.TestFramework.Commands;
global using Microsoft.NET.TestFramework.ProjectConstruction;
global using Microsoft.NET.TestFramework.Utilities;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Runtime.InteropServices;
global using System.Text;
global using System.Threading;
global using System.Threading.Tasks;
global using System.Xml.Linq;
global using VerifyTests;
global using VerifyXunit;
global using Xunit;
global using Xunit.Abstractions;
global using WorkloadCollection = System.Collections.Generic.Dictionary<Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadId, Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadDefinition>;
global using static VerifyXunit.Verifier;
|