An open API service indexing awesome lists of open source software.

https://github.com/fluxera/fluxera.extensions.hosting.modules

A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.
https://github.com/fluxera/fluxera.extensions.hosting.modules

api architecture asp-net-core cache clean-architecture data ddd domain-driven-design dotnet dotnet7 http-client microsoft-extensions-hosting modules odata-client odata-server persistence

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Build Status](https://dev.azure.com/fluxera/Foundation/_apis/build/status/GitHub/fluxera.Fluxera.Extensions.Hosting.Modules?branchName=main&stageName=BuildAndTest)](https://dev.azure.com/fluxera/Foundation/_build/latest?definitionId=89&branchName=main)

# 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

...