Fluxera.Extensions.Hosting.Modules.Domain.Shared 9.0.1

Prefix Reserved
dotnet add package Fluxera.Extensions.Hosting.Modules.Domain.Shared --version 9.0.1
                    
NuGet\Install-Package Fluxera.Extensions.Hosting.Modules.Domain.Shared -Version 9.0.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="9.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluxera.Extensions.Hosting.Modules.Domain.Shared" Version="9.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Fluxera.Extensions.Hosting.Modules.Domain.Shared" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fluxera.Extensions.Hosting.Modules.Domain.Shared --version 9.0.1
                    
#r "nuget: Fluxera.Extensions.Hosting.Modules.Domain.Shared, 9.0.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.
#:package Fluxera.Extensions.Hosting.Modules.Domain.Shared@9.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fluxera.Extensions.Hosting.Modules.Domain.Shared&version=9.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Fluxera.Extensions.Hosting.Modules.Domain.Shared&version=9.0.1
                    
Install as a Cake Tool

Build Status

Fluxera.Extensions.Hosting.Modules

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

Usage

There are two major ways of configuring a module to be loaded by the hosting infrastructure:

  1. By declaring the module a dependency using the [DependsOn] attribute.
  2. By loading the module dynamically by using it as kind of a plugin.

...

Available Modules

There are several ready-made module one can use in their application.

...

Configuration

...

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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

A module that enables the domain.

Fluxera.Extensions.Hosting.Modules.Domain

A module that enables the domain.

Fluxera.Extensions.Hosting.Modules.Domain.Messages

A module that enables the domain messages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.1 514 3/29/2025 9.0.1 is deprecated because it is no longer maintained.
9.0.0 440 11/16/2024 9.0.0 is deprecated because it is no longer maintained.
8.15.0 465 11/1/2024 8.15.0 is deprecated because it is no longer maintained.
8.14.0 508 6/17/2024 8.14.0 is deprecated because it is no longer maintained.
8.13.2 545 6/15/2024 8.13.2 is deprecated because it is no longer maintained.
8.13.1 552 6/2/2024 8.13.1 is deprecated because it is no longer maintained.
8.13.0 529 5/26/2024 8.13.0 is deprecated because it is no longer maintained.
8.12.0 648 4/28/2024 8.12.0 is deprecated because it is no longer maintained.
8.11.1 567 4/27/2024 8.11.1 is deprecated because it is no longer maintained.
8.11.0 554 4/26/2024 8.11.0 is deprecated because it is no longer maintained.
8.10.0 522 4/25/2024 8.10.0 is deprecated because it is no longer maintained.
8.9.5 577 4/22/2024 8.9.5 is deprecated because it is no longer maintained.
8.9.4 614 4/20/2024 8.9.4 is deprecated because it is no longer maintained.
8.9.3 577 4/20/2024 8.9.3 is deprecated because it is no longer maintained.
8.9.2 590 4/19/2024 8.9.2 is deprecated because it is no longer maintained.
8.9.1 585 4/19/2024 8.9.1 is deprecated because it is no longer maintained.
8.9.0 580 4/19/2024 8.9.0 is deprecated because it is no longer maintained.
8.8.2 529 4/18/2024 8.8.2 is deprecated because it is no longer maintained.
8.8.1 534 4/18/2024 8.8.1 is deprecated because it is no longer maintained.
8.8.0 675 4/13/2024 8.8.0 is deprecated because it is no longer maintained.
Loading failed