Skip to content

How to with the latest FunctionsApplicationBuilder? #78

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions