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)
621
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", projectPath);
648
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", relativePath);
668
builder.
AddAzureFunctionsProject
("funcapp", projectPath);
700
builder.
AddAzureFunctionsProject
("funcapp1", projectPath1);
701
builder.
AddAzureFunctionsProject
("funcapp2", projectPath2);
722
var funcApp = builder.
AddAzureFunctionsProject
("funcapp", projectPath)
753
builder.
AddAzureFunctionsProject
("funcapp", projectPath);