9 instantiations of TestProjectWithLaunchSettings
Aspire.Hosting.Tests (9)
Dcp\DcpExecutorTests.cs (9)
7847.WithAnnotation(new TestProjectWithLaunchSettings()) 7888dotnetProject.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)
4400builder.AddProject<TestProjectWithLaunchSettings>("proj"); 4440builder.AddProject<TestProjectWithLaunchSettings>("proj"); 4471builder.AddProject<TestProjectWithLaunchSettings>("proj", launchProfileName: "http"); // explicit different 4502builder.AddProject<TestProjectWithLaunchSettings>("proj", launchProfileName: null); // exclude 7810var projectBuilder = builder.AddProject<TestProjectWithLaunchSettings>("proj", launchProfileName: "http");