Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 777 Bytes

File metadata and controls

26 lines (13 loc) · 777 Bytes

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

...