6 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
258
/// This overload of the <see cref="
AddProject
(IDistributedApplicationBuilder, string, string)"/> method adds a project to the application
Aspire.Hosting.Tests (1)
ProjectResourceTests.cs (1)
34
appBuilder.
AddProject
("project", projectDetails.ProjectFilePath);
AspireWithMaui.AppHost (1)
AppHost.cs (1)
3
var weatherApi = builder.
AddProject
("webapi", @"../AspireWithMaui.WeatherApi/AspireWithMaui.WeatherApi.csproj");
TestShop.AppHost (1)
Program.cs (1)
62
var basketService = builder.
AddProject
("basketservice", @"..\BasketService\BasketService.csproj")