Files
secdevops-csharp-app/MyHelloWorld.Tests/obj/Debug/net8.0/MyHelloWorld.Tests.GlobalUsings.g.cs
Achim H. 366a0f548c
Some checks failed
csharp-secdevops-pipeline-pod/pipeline/head There was a failure building this commit
added xUnit Tests
2026-05-05 08:45:24 +02:00

10 lines
315 B
C#

// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using global::Xunit;