You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
IStartupFilter's are described here: https://andrewlock.net/exploring-istartupfilter-in-asp-net-core/
If so, these could be used to perform tenant startup tasks like:
The text was updated successfully, but these errors were encountered: