Dotnettency icon indicating copy to clipboard operation
Dotnettency copied to clipboard

Mutlitenancy for dotnet applications

Results 20 Dotnettency issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.Owin](https://github.com/aspnet/AspNetCore) from 1.1.2 to 3.1.8. Release notes Sourced from Microsoft.AspNetCore.Owin's releases. .NET Core 3.1.8 Release Notes Download and Install Repos CLI CoreCLR Core-Setup ASP Extensions ASPNETCORE-Tooling Toolset SDK EF...

dependencies

Bumps [Microsoft.AspNetCore.Http](https://github.com/aspnet/AspNetCore) from 1.0.0 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.Http's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies

Bumps [Nancy](https://github.com/NancyFx/Nancy) from 2.0.0-clinteastwood to 2.0.0. Commits dbdbe94 Merge pull request #2901 from blairconrad/fie-4.6.0 de458a9 Fix Link header non-ASCII characters issue (#2903) bb34ae1 Upgrade to FakeItEasy 4.6.0 68e0b9f Don't allocate...

dependencies

When unit testing, multiple tests can run in parallel. One test might be configuring a DbContext and another might be using a different instance of the same DbContext type to...

bug

The method Autofac.ContainerBuilder.Update(Autofac.IContainer) has been removed from Autofac v5.0.0 with the message: "Containers should generally be considered immutable. Register all of your dependencies before building/resolving. If you need to change...

If you are reading this, and you are using `dotnettency` in your applications, please comment below to let me know! Which features are you using today? This will be useful...

Autofac and Structuremap are "non native" DI containers. I now have a solution to create child containers using the native Microsoft ServiceProvider: https://github.com/dazinator/Dazinator.Extensions.DependencyInjection/blob/develop/src/DependencyInjection.ChildContainers/README.md I'll need to make this the "default"...

Seen an issue with tryign to register signal-r per tenant, in that it relies on `IHostApplicationLifetime ` (provided by the host) to be signalled, in order to start it's background...

Hi, I am trying the run some integration tests for protected endpoints. I am following the approach mentioned [here](https://gunnarpeipman.com/aspnet-core-integration-test-fake-user/). However, When the _first_ request comes I get the below exception...

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:...

Idea