Fluxera.Extensions.Hosting.Modules.OpenTelemetry 6.0.7

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

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

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 net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on Fluxera.Extensions.Hosting.Modules.OpenTelemetry:

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

A module that enables ASP.NET Core.

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

A module that enables persistence.

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

A module that enables messaging based on MassTransit.

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

A module that enables Serilog logging.

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

A module that enables HTTP client services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.6.0 481 3/4/2024
8.5.0 470 3/2/2024
8.4.0 413 2/23/2024
8.3.0 393 2/22/2024
8.2.2 444 1/25/2024
8.2.1 444 1/24/2024
8.2.0 430 1/24/2024
8.1.4 451 1/17/2024
8.1.3 482 1/15/2024
8.1.2 498 1/9/2024
8.1.1 485 1/9/2024
8.1.0 459 1/8/2024
8.0.6 483 1/7/2024
8.0.5 427 1/5/2024
8.0.4 679 11/24/2023
8.0.3 262 11/22/2023
8.0.2 260 11/17/2023
8.0.1 242 11/17/2023
8.0.0 267 11/16/2023
7.3.0 685 8/4/2023
7.2.6 552 6/22/2023
7.2.5 704 4/30/2023
7.2.4 676 4/26/2023
7.2.3 863 4/25/2023
7.2.2 674 4/25/2023
7.2.1 672 4/24/2023
7.2.0 663 4/13/2023
7.1.5 803 3/22/2023
7.1.4 772 2/28/2023
7.1.3 702 2/28/2023
7.1.2 1,134 1/26/2023
7.1.1 752 1/22/2023
7.1.0 754 1/18/2023
7.0.6 825 1/11/2023
7.0.5 758 1/11/2023
7.0.4 750 1/10/2023
7.0.3 783 1/2/2023
7.0.2 752 12/13/2022
7.0.1 739 12/13/2022
7.0.0 699 12/12/2022
6.2.3 3,667 10/13/2022
6.2.2 3,054 10/10/2022
6.2.1 3,066 10/9/2022
6.2.0 3,089 10/1/2022
6.1.10 3,063 9/20/2022
6.1.9 3,286 9/16/2022
6.1.8 3,023 9/15/2022
6.1.7 3,220 7/30/2022
6.1.6 2,966 6/30/2022
6.1.5 2,992 6/15/2022
6.1.4 2,748 6/7/2022
6.1.2 2,721 5/30/2022
6.1.1 2,713 5/29/2022
6.1.0 2,713 5/28/2022
6.0.7 2,708 5/27/2022
6.0.6 2,707 5/20/2022
6.0.5 2,568 5/19/2022
6.0.2 2,554 5/18/2022
6.0.1 2,527 5/10/2022
6.0.0 2,498 5/7/2022