9 instantiations of TestProjectWithLaunchSettings
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
7847
.WithAnnotation(new
TestProjectWithLaunchSettings
())
7888
dotnetProject.Annotations.Add(new
TestProjectWithLaunchSettings
());
7912
.WithAnnotation(new
TestProjectWithLaunchSettings
())
7942
.WithAnnotation(new
TestProjectWithLaunchSettings
())
7975
.WithAnnotation(new
TestProjectWithLaunchSettings
())
8438
.WithAnnotation(new
TestProjectWithLaunchSettings
())
8473
.WithAnnotation(new
TestProjectWithLaunchSettings
())
8541
.WithAnnotation(new
TestProjectWithLaunchSettings
())
8791
.WithAnnotation(new
TestProjectWithLaunchSettings
())
5 references to TestProjectWithLaunchSettings
Aspire.Hosting.Tests (5)
Dcp\DcpExecutorTests.cs (5)
4400
builder.AddProject<
TestProjectWithLaunchSettings
>("proj");
4440
builder.AddProject<
TestProjectWithLaunchSettings
>("proj");
4471
builder.AddProject<
TestProjectWithLaunchSettings
>("proj", launchProfileName: "http"); // explicit different
4502
builder.AddProject<
TestProjectWithLaunchSettings
>("proj", launchProfileName: null); // exclude
7810
var projectBuilder = builder.AddProject<
TestProjectWithLaunchSettings
>("proj", launchProfileName: "http");