Contribution functionality for Finbuckle.MultiTenant adding an EF Core DbContext that stores the Items dictionary, as well as an EF Core Store that caches tenants using the IMemoryCache.
Info
Version: | 3.18.0 |
Author(s): | Finbuckle.MultiTenant.Contrib.EFCoreStore |
Last Update: | Wednesday, June 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chadbengen/Finbuckle.MultiTenant.Contrib |
NuGet Url: | https://www.nuget.org/packages/Finbuckle.MultiTenant.Contrib.EFCoreStore |
Install
Install-Package Finbuckle.MultiTenant.Contrib.EFCoreStore
dotnet add package Finbuckle.MultiTenant.Contrib.EFCoreStore
paket add Finbuckle.MultiTenant.Contrib.EFCoreStore
Finbuckle.MultiTenant.Contrib.EFCoreStore Download (Unzip the "nupkg" after downloading)
Dependencies
- Finbuckle.MultiTenant.Contrib(>= 3.18.0)
- Microsoft.EntityFrameworkCore(>= 3.1.0)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.3)