12 references to EmptyAppHost
Aspire.Cli.EndToEnd.Tests (12)
AppHostSyntaxErrorOutputTests.cs (3)
24template: AspireTemplate.EmptyAppHost, 38template: AspireTemplate.EmptyAppHost, 52template: AspireTemplate.EmptyAppHost,
EmptyAppHostTemplateTests.cs (1)
33await auto.AspireNewAsync("AspireEmptyApp", counter, template: AspireTemplate.EmptyAppHost);
ResourceCommandTests.cs (4)
34await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.EmptyAppHost); 127await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.EmptyAppHost); 227await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.EmptyAppHost); 335await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.EmptyAppHost);
SecretDotNetAppHostTests.cs (1)
32await auto.AspireNewAsync("TestSecrets", counter, template: AspireTemplate.EmptyAppHost);
StopForceTests.cs (1)
41await auto.AspireNewAsync(projectName, counter, template: AspireTemplate.EmptyAppHost);
tests\Shared\Hex1bAutomatorTestHelpers.cs (1)
531case AspireTemplate.EmptyAppHost:
tests\Shared\Hex1bTestHelpers.cs (1)
422case AspireTemplate.EmptyAppHost: