22 lines
1014 B
C#
22 lines
1014 B
C#
//------------------------------------------------------------------------------
|
|||
|
|
// <auto-generated>
|
||
|
|
// This code was generated by Microsoft.Testing.Platform.MSBuild
|
||
|
|
// </auto-generated>
|
||
|
|
//------------------------------------------------------------------------------
|
||
|
|
|
||
|
|
namespace StevanFreeborn.Options.Tests
|
||
|
|
{
|
||
|
|
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
||
|
|
internal sealed class MicrosoftTestingPlatformEntryPoint
|
||
|
|
{
|
||
|
|
public static async global::System.Threading.Tasks.Task<int> Main(string[] args)
|
||
|
|
{
|
||
|
|
global::Microsoft.Testing.Platform.Builder.ITestApplicationBuilder builder = await global::Microsoft.Testing.Platform.Builder.TestApplication.CreateBuilderAsync(args);
|
||
|
|
SelfRegisteredExtensions.AddSelfRegisteredExtensions(builder, args);
|
||
|
|
using (global::Microsoft.Testing.Platform.Builder.ITestApplication app = await builder.BuildAsync())
|
||
|
|
{
|
||
|
|
return await app.RunAsync();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|