Andrew White
Andrew White
@niravbhattsai I've pinned this issue as an enhancement so I can come back to it later. I'm glad you found a workaround for now-- let me know if you run...
Hi @DeeJayTC For files if you place `UseStaticFiles` before `UseMultiTenant` regular files should not be affected. However there currently isn't a built in way to prevent the multitenant middleware from...
Thanks for the input! It's funny because in ASP.NET Core 2.1 you actually can set a different route for the strategy but then in ASP.NET Core 2.2 they changed to...
@hbermani Excellent!
This can work if you define a new Model Cache Key Factory (https://docs.microsoft.com/en-us/ef/core/modeling/dynamic-model) that provides a unique key per tenant. Alternatively you can set up the global query to accept...
In my opinion they don't conflict, but the multi tenant example in the query filter document leave out some important detail. From my observations in 2.X what happens is the...
Hi @hbermani Sorry for the late reply -- I think what you described is a good approach. Nothing in the library specifically addresses this type of need. I think it...
I keep coming across more and more use cases where a "tenant group" or similar would be useful to have. Did you make any progress on this in your use...
Hi @jasonchester I'm glad you figured out a working solution. I'm not sure if you saw it but the "SharedLoginSample" project does something similar. I agree this would be a...
hi @KonnectSalon I haven't used ViewLocationExpanders, but I'll certainly take a look.