Skip to content

How to with the latest FunctionsApplicationBuilder? #78

@NetRushJacob

Description

@NetRushJacob

Latest function app creation (.net 8/9 isolated) shift from HostBuilder to FunctionsApplicationBuilder, which doesn't have a method to access the internal HostBuilder nor does it provide a ConfigureFunctionsWebApplication method that allows the addition of middleware to the HostBuilder.

var builder = FunctionsApplication.CreateBuilder(args);

builder.ConfigureFunctionsWebApplication();

Does Dark Loop support this latest shift?

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions