-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
IStartupFilter's are described here: https://andrewlock.net/exploring-istartupfilter-in-asp-net-core/
- Should per tenant middleware pipeline support running IStartupFilters registered at tenant level?
If so, these could be used to perform tenant startup tasks like:
- Initialise the tenants virtual file system.
- 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)