Skip to content

Simplify to configure default MVC settings for HypermediaApi #2

@andresmoschini

Description

@andresmoschini

Maybe we could simplify services.AddMvc and app.UseMvc in something like this:

public void ConfigureServices(IServiceCollection services)
{
    services.AddHypermediaApi()
    //...
}

public void Configure(IApplicationBuilder app, IApplicationEnvironment appEnv)
{
    app.AddHypermediaApi();
    //...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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