Files
stevanfreeborn.options/tests/StevanFreeborn.Options.Tests/obj/Debug/net10.0/SelfRegisteredExtensions.cs
T

21 lines
1.1 KiB
C#
Raw Normal View History

2026-03-30 21:29:45 -05:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by Microsoft.Testing.Platform.MSBuild
// </auto-generated>
//------------------------------------------------------------------------------
namespace StevanFreeborn.Options.Tests
{
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
internal static class SelfRegisteredExtensions
{
public static void AddSelfRegisteredExtensions(this global::Microsoft.Testing.Platform.Builder.ITestApplicationBuilder builder, string[] args)
{
global::Microsoft.Testing.Platform.MSBuild.TestingPlatformBuilderHook.AddExtensions(builder, args);
global::TUnit.Engine.Framework.TestingPlatformBuilderHook.AddExtensions(builder, args);
global::Microsoft.Testing.Extensions.Telemetry.TestingPlatformBuilderHook.AddExtensions(builder, args);
global::Microsoft.Testing.Extensions.CodeCoverage.TestingPlatformBuilderHook.AddExtensions(builder, args);
global::Microsoft.Testing.Extensions.TrxReport.TestingPlatformBuilderHook.AddExtensions(builder, args);
}
}
}