Skip to content

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

License

Notifications You must be signed in to change notification settings

fluxera/Fluxera.Extensions.Hosting.Modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97959d4 · Nov 16, 2024
Nov 16, 2024
Nov 16, 2024
Nov 16, 2024
Jan 5, 2024
Dec 12, 2021
Jun 17, 2024
May 19, 2022
Nov 16, 2024
Jan 18, 2023
Apr 19, 2024
Nov 16, 2024
Apr 10, 2022

Repository files navigation

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

...