Skip to content

Support IStartupFilter #63

@dazinator

Description

@dazinator

IStartupFilter's are described here: https://andrewlock.net/exploring-istartupfilter-in-asp-net-core/

  1. Should per tenant middleware pipeline support running IStartupFilters registered at tenant level?

If so, these could be used to perform tenant startup tasks like:

  1. Initialise the tenants virtual file system.
  2. Initialise / build the tenants configuration (I currently allow this to be lazily built when Task is first resolved anywhere, but this change would mean it would be always built when tenant first initialised)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions