Skip to content

Proposal: ASPNET Core Middleware extension #7

@patrickhacens

Description

@patrickhacens

I propose that we develop a second assembly to include a seeding endpoint that would run a specified seeder

I believe the initial API should be as follow

app.UseSeedMaster<TSeederType>("url");

where TSeederType should be an ISeeder to include others specification of seeders and url should be the defined path

we should also think something about the response and the HTTP method that will be accepted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions