Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support IStartupFilter #63

Open
dazinator opened this issue Nov 20, 2019 · 1 comment
Open

Support IStartupFilter #63

dazinator opened this issue Nov 20, 2019 · 1 comment
Labels

Comments

@dazinator
Copy link
Owner

dazinator commented Nov 20, 2019

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)
@dazinator dazinator added the Idea label Nov 20, 2019
@dazinator
Copy link
Owner Author

Note: The azure signal r sdk relies on IStartupFilter to function: https://github.com/Azure/azure-signalr/blob/8a52c52c3a236abbbbbab02c8e614130a365265d/src/Microsoft.Azure.SignalR/Startup/AzureSignalRStartupFilter.cs

So supporting this is going to be needed in order to enable azure signal-r to work at a per tenant level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant