4 instantiations of TestMauiLaunchConfiguration
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (4)
6340
.WithDebugSupport(mode => new
TestMauiLaunchConfiguration
6527
static TestMauiLaunchConfiguration CreateMauiLaunchConfiguration(string mode) =>
new
()
6774
mode => new
TestMauiLaunchConfiguration
6889
mode => new
TestMauiLaunchConfiguration
5 references to TestMauiLaunchConfiguration
Aspire.Hosting.Tests (5)
Dcp\DcpExecutorTests.cs (5)
6393
Assert.True(exe.TryGetAnnotationAsObjectList<
TestMauiLaunchConfiguration
>(Executable.LaunchConfigurationsAnnotation, out var launchConfigs));
6394
var
launchConfig = Assert.Single(launchConfigs);
6527
static
TestMauiLaunchConfiguration
CreateMauiLaunchConfiguration(string mode) => new()
6566
async Task<
TestMauiLaunchConfiguration
> (context) =>
6577
TestMauiLaunchConfiguration
(mode) =>