Andrew White
Andrew White
No it works fine outside of ASP.NET Core. Works best with anything using the generic host which encapsulates DI behavior among other things—and can work just fine in console apps....
Hi, you can register a cache store before the httpremote store and it'll first check the cache, if it doesn't find it, then it will add check the http store....
I like it. Have a few other things on the priority list but this would add a lot of value.
Hi @MarkLFT let me ask you a few questions to help. 1) db aside are things working as expected? For each request does the tenant resolution work ok? 2) are...
Hi @MarkCiliaVincenti this is an interesting PR, thank you. I will be reviewing but just a heads up I have to be somewhat conservative in that I support older version...
I'm going to go ahead and close this PR with the intention of revisiting once the features used are standard into .NET without the need for the third party .NET...
With v10 coming up and .NET 10 as the only target I will reopen this and incorporate
Hi the repo link doesn’t seem to be working. Can you tell me what your tenant strategy is and also where your dbcontext is used? For example, is it in...
:tada: This issue has been resolved in version 9.4.0 :tada: The release is available on [GitHub release](https://github.com/Finbuckle/Finbuckle.MultiTenant/releases/tag/v9.4.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Thanks for the write up @zarusz I agree and will plan to make this change.