Fluxera.Extensions.Hosting.Modules.MultiTenancy 6.1.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fluxera.Extensions.Hosting.Modules.MultiTenancy --version 6.1.2
NuGet\Install-Package Fluxera.Extensions.Hosting.Modules.MultiTenancy -Version 6.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fluxera.Extensions.Hosting.Modules.MultiTenancy" Version="6.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fluxera.Extensions.Hosting.Modules.MultiTenancy --version 6.1.2
#r "nuget: Fluxera.Extensions.Hosting.Modules.MultiTenancy, 6.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fluxera.Extensions.Hosting.Modules.MultiTenancy as a Cake Addin
#addin nuget:?package=Fluxera.Extensions.Hosting.Modules.MultiTenancy&version=6.1.2

// Install Fluxera.Extensions.Hosting.Modules.MultiTenancy as a Cake Tool
#tool nuget:?package=Fluxera.Extensions.Hosting.Modules.MultiTenancy&version=6.1.2

Build Status

Fluxera.Extensions.Hosting.Modules

A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.

Concepts

  • Modules
    • Is the logical unit of one or more features that are enabled by using it as dependency.
  • Contributors
    • Are components that provide additional startup logic to a module that provides a sertain feature.
    • Always add them in PreConfigureServices
  • Extensions
    • Are similar to contributors but are used at runtime. Extensions are always additive so that not only one instance is used, but all registered extensions. Extensions are fixed it the sense that the module it belongs to will always configure it to be used.
  • Plugins
    • A plugin implements interfaces provided by one or more modules and is used using the AddPlugin infrastructure. It could be used as normal module but is usually used this way because different implementations are used because of the configuration of the application.

Configuration

appsettings.json ...

{
  "Hosting": {
    "Modules": {
      "DataManagement": {
      }
    }
  },
  "ConnectionStrings": {
    "Default": "localhost"
  }
}
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Fluxera.Extensions.Hosting.Modules.MultiTenancy:

Package Downloads
Fluxera.Extensions.Hosting.Modules.AspNetCore.Authorization.Permissions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables permission-based authorization for ASP.NET Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.11.1 0 4/27/2024
8.11.0 25 4/26/2024
8.10.0 36 4/25/2024
8.9.5 95 4/22/2024
8.9.4 121 4/20/2024
8.9.3 86 4/20/2024
8.9.2 85 4/19/2024
8.9.1 73 4/19/2024
8.9.0 82 4/19/2024
8.8.2 80 4/18/2024
8.8.1 70 4/18/2024
8.8.0 148 4/13/2024
8.7.0 92 4/7/2024
8.6.0 119 3/4/2024
8.5.0 128 3/2/2024
8.4.0 138 2/23/2024
8.3.0 139 2/22/2024
8.2.2 178 1/25/2024
8.2.1 160 1/24/2024
8.2.0 168 1/24/2024
8.1.4 187 1/17/2024
8.1.3 180 1/15/2024
8.1.2 178 1/9/2024
8.1.1 170 1/9/2024
8.1.0 186 1/8/2024
8.0.6 206 1/7/2024
8.0.5 194 1/5/2024
8.0.4 346 11/24/2023
8.0.3 174 11/22/2023
8.0.2 175 11/17/2023
8.0.1 165 11/17/2023
8.0.0 171 11/16/2023
7.3.0 316 8/4/2023
7.2.6 262 6/22/2023
7.2.5 296 4/30/2023
7.2.4 284 4/26/2023
7.2.3 294 4/25/2023
7.2.2 297 4/25/2023
7.2.1 306 4/24/2023
7.2.0 310 4/13/2023
7.1.5 320 3/22/2023
7.1.4 395 2/28/2023
7.1.3 344 2/28/2023
7.1.2 447 1/26/2023
7.1.1 425 1/22/2023
7.1.0 293 1/18/2023
7.0.6 304 1/11/2023
7.0.5 270 1/11/2023
7.0.4 286 1/10/2023
7.0.3 284 1/2/2023
7.0.2 281 12/13/2022
7.0.1 272 12/13/2022
7.0.0 272 12/12/2022
6.2.3 400 10/13/2022
6.2.2 386 10/10/2022
6.2.1 398 10/9/2022
6.2.0 365 10/1/2022
6.1.10 402 9/20/2022
6.1.9 402 9/16/2022
6.1.8 376 9/15/2022
6.1.7 376 7/30/2022
6.1.6 432 6/30/2022
6.1.5 408 6/15/2022
6.1.4 399 6/7/2022
6.1.2 396 5/30/2022
6.1.1 405 5/29/2022
6.1.0 390 5/28/2022
6.0.7 402 5/27/2022
6.0.6 397 5/20/2022
6.0.5 382 5/19/2022
6.0.2 389 5/18/2022
6.0.1 390 5/10/2022
6.0.0 379 5/7/2022