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
I have a similar need on one of my projects, in that I need to vary the container being used based on the request path. I've implemented it locally by introducing IContainerFactory, moving some logic from AzureBlobFileProvider into a DefaultContainerFactory, and then putting my own logic into a different implementation. Would you be interested in me submitting a pull request? I'm new to open source contributions, so I just want to make sure I'm following the right etiquette. :)
Would you be interested in me submitting a pull request? I'm new to open source contributions, so I just want to make sure I'm following the right etiquette. :)
If you can submit something, that would be great - thanks
Hi @filipw !
In multi tenant scenarios, often we configure a container per tenant and have a single MVC application serving them using rooting.
What do you think about support a dynamic DocumentContainer?
The text was updated successfully, but these errors were encountered: