9 references to AddAzureFunctionsProject
Aspire.Hosting.Azure.Functions (2)
AzureFunctionsProjectResourceExtensions.cs (2)
39
/// This overload is not available in polyglot app hosts. Use <see cref="
AddAzureFunctionsProject
(IDistributedApplicationBuilder, string, string)"/> with a project path instead.
83
/// This overload of the <see cref="
AddAzureFunctionsProject
(IDistributedApplicationBuilder, string, string)"/> method adds an Azure Functions project to the application
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (7)
653
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", projectPath);
680
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", relativePath);
700
builder.
AddAzureFunctionsProject
("funcapp", projectPath);
732
builder.
AddAzureFunctionsProject
("funcapp1", projectPath1);
733
builder.
AddAzureFunctionsProject
("funcapp2", projectPath2);
754
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", projectPath)
785
builder.
AddAzureFunctionsProject
("funcapp", projectPath);