MX.Observability.ApplicationInsights 1.1.1

dotnet add package MX.Observability.ApplicationInsights --version 1.1.1
                    
NuGet\Install-Package MX.Observability.ApplicationInsights -Version 1.1.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="MX.Observability.ApplicationInsights" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MX.Observability.ApplicationInsights" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="MX.Observability.ApplicationInsights" />
                    
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 MX.Observability.ApplicationInsights --version 1.1.1
                    
#r "nuget: MX.Observability.ApplicationInsights, 1.1.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 MX.Observability.ApplicationInsights@1.1.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=MX.Observability.ApplicationInsights&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=MX.Observability.ApplicationInsights&version=1.1.1
                    
Install as a Cake Tool

MX.Observability.ApplicationInsights

Hosting-agnostic core for the MX Observability libraries: configurable telemetry filter implementation, structured audit logging and scheduled job telemetry for .NET 9/10 applications using Azure Application Insights.

You normally do not reference this package directly. Reference one of the host-specific adapter packages instead, which transitively reference this core package and additionally wire the telemetry filter into the correct SDK pipeline:

See the GitHub repository for full documentation.

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on MX.Observability.ApplicationInsights:

Package Downloads
MX.Observability.ApplicationInsights.AspNetCore

ASP.NET Core adapter for MX.Observability.ApplicationInsights. Wires the configurable telemetry filter into the Application Insights pipeline via the ASP.NET Core SDK's processor factory. Reference this package from ASP.NET Core web/API apps and Worker apps that initialize Application Insights via AddApplicationInsightsTelemetry().

MX.Observability.ApplicationInsights.WorkerService

Worker Service adapter for MX.Observability.ApplicationInsights. Wires the configurable telemetry filter into the Application Insights pipeline via the Worker Service SDK's processor factory. Reference this package from Worker Services, console apps and Azure Functions (isolated) that initialize Application Insights via AddApplicationInsightsTelemetryWorkerService().

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 1,839 4/19/2026
1.0.7 240 4/16/2026
1.0.6 96 4/16/2026
1.0.5 123 4/16/2026
1.0.4 117 4/16/2026
1.0.3 125 4/16/2026
1.0.2 120 4/15/2026
1.0.1 131 4/15/2026