5 references to AddProject
Aspire.Hosting (3)
ProjectResourceBuilderExtensions.cs (3)
78/// This overload of the <see cref="AddProject(IDistributedApplicationBuilder, string, string)"/> method adds a project to the application 163/// This overload of the <see cref="AddProject(IDistributedApplicationBuilder, string, string)"/> method adds a project to the application 253/// This overload of the <see cref="AddProject(IDistributedApplicationBuilder, string, string)"/> method adds a project to the application
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
26appBuilder.AddProject("project", projectDetails.ProjectFilePath);
TestShop.AppHost (1)
Program.cs (1)
34var basketService = builder.AddProject("basketservice", @"..\BasketService\BasketService.csproj")