Fluxera.Extensions.Hosting.Modules.Domain.Shared 6.2.1

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.Domain.Shared --version 6.2.1
NuGet\Install-Package Fluxera.Extensions.Hosting.Modules.Domain.Shared -Version 6.2.1
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.Domain.Shared" Version="6.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fluxera.Extensions.Hosting.Modules.Domain.Shared --version 6.2.1
#r "nuget: Fluxera.Extensions.Hosting.Modules.Domain.Shared, 6.2.1"
#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.Domain.Shared as a Cake Addin
#addin nuget:?package=Fluxera.Extensions.Hosting.Modules.Domain.Shared&version=6.2.1

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Fluxera.Extensions.Hosting.Modules.Domain.Shared:

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

A module that enables the domain.

Fluxera.Extensions.Hosting.Modules.Domain The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables the domain.

Fluxera.Extensions.Hosting.Modules.Domain.Messages The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A module that enables the domain messages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.8.2 0 4/18/2024
8.8.1 0 4/18/2024
8.8.0 218 4/13/2024
8.7.0 149 4/7/2024
8.6.0 153 3/4/2024
8.5.0 169 3/2/2024
8.4.0 206 2/23/2024
8.3.0 150 2/22/2024
8.2.2 181 1/25/2024
8.2.1 155 1/24/2024
8.2.0 149 1/24/2024
8.1.4 145 1/17/2024
8.1.3 151 1/15/2024
8.1.2 178 1/9/2024
8.1.1 167 1/9/2024
8.1.0 175 1/8/2024
8.0.6 176 1/7/2024
8.0.5 158 1/5/2024
8.0.4 343 11/24/2023
8.0.3 143 11/22/2023
8.0.2 126 11/17/2023
8.0.1 135 11/17/2023
8.0.0 154 11/16/2023
7.3.0 242 8/4/2023
7.2.6 205 6/22/2023
7.2.5 275 4/30/2023
7.2.4 272 4/26/2023
7.2.3 255 4/25/2023
7.2.2 263 4/25/2023
7.2.1 269 4/24/2023
7.2.0 253 4/13/2023
7.1.5 320 3/22/2023
7.1.4 427 2/28/2023
7.1.3 317 2/28/2023
7.1.2 414 1/26/2023
7.1.1 381 1/22/2023
7.1.0 375 1/18/2023
7.0.6 402 1/11/2023
7.0.5 395 1/11/2023
7.0.4 381 1/10/2023
7.0.3 390 1/2/2023
7.0.2 403 12/13/2022
7.0.1 393 12/13/2022
7.0.0 374 12/12/2022
6.2.3 1,203 10/13/2022
6.2.2 1,204 10/10/2022
6.2.1 1,198 10/9/2022
6.2.0 1,151 10/1/2022
6.1.10 1,296 9/20/2022
6.1.9 1,302 9/16/2022
6.1.8 1,321 9/15/2022
6.1.7 957 7/30/2022
6.1.6 983 6/30/2022
6.1.5 978 6/15/2022
6.1.4 982 6/7/2022
6.1.2 972 5/30/2022
6.1.1 972 5/29/2022
6.1.0 995 5/28/2022
6.0.7 966 5/27/2022
6.0.6 950 5/20/2022
6.0.5 471 5/19/2022
6.0.2 477 5/18/2022