7 references to AddProject
Aspire.Hosting (3)
ProjectResourceBuilderExtensions.cs (3)
83/// This overload of the <see cref="AddProject(IDistributedApplicationBuilder, string, string)"/> method adds a project to the application 168/// This overload of the <see cref="AddProject(IDistributedApplicationBuilder, string, string)"/> method adds a project to the application 262/// This overload of the <see cref="AddProject(IDistributedApplicationBuilder, string, string)"/> method adds a project to the application
Aspire.Hosting.Tests (2)
ProjectResourceTests.cs (2)
38appBuilder.AddProject("project", projectDetails.ProjectFilePath); 83appBuilder.AddProject("project", projectDetails.ProjectFilePath);
AspireWithMaui.AppHost (1)
AppHost.cs (1)
3var weatherApi = builder.AddProject("webapi", @"../AspireWithMaui.WeatherApi/AspireWithMaui.WeatherApi.csproj");
TestShop.AppHost (1)
AppHost.cs (1)
76var basketService = builder.AddProject("basketservice", @"..\BasketService\BasketService.csproj")