Chinchilla.Logging.Azure.ApplicationInsights 5.2.45

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

// Install Chinchilla.Logging.Azure.ApplicationInsights as a Cake Tool
#tool nuget:?package=Chinchilla.Logging.Azure.ApplicationInsights&version=5.2.45                

Telemetry via Azure application insights for Simple Logging .NET and .NET Core.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Chinchilla.Logging.Azure.ApplicationInsights:

Package Downloads
Cqrs.Ninject.Azure.Wcf

Use Ninject as your IoC container of choice with Microsoft WCF for CQRS.NET

Cqrs.Azure.Functions

Use Azure Functions with CQRS.NET

Cqrs.Azure.Functions.Isolated

Use Azure Functions with CQRS.NET

Cqrs.DependencyInjection.Azure.Storage

Use MS DI as your IoC container of choice when using Azure Blob and Table Storage in CQRS.NET.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Chinchilla.Logging.Azure.ApplicationInsights:

Repository Stars
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Version Downloads Last updated
5.2.45 985 10/19/2024
5.2.44 1,665 10/8/2024
5.2.43 92 10/8/2024
5.2.42 275 10/8/2024
5.2.41 4,367 2/14/2024
5.1.40 2,407 1/15/2024
5.1.39 1,363 12/10/2023
5.1.38 461 12/9/2023
5.1.37 444 12/9/2023
5.0.36 5,352 10/23/2023
4.5.35 548 10/20/2023
4.5.34 1,045 10/12/2023
4.5.33 507 10/12/2023
4.5.32 537 10/11/2023
4.5.31 529 10/7/2023
4.5.29 5,590 10/13/2022
4.5.28 7,176 6/23/2022
4.5.27 1,011 6/23/2022
4.5.26 2,500 6/10/2022
4.5.25 1,793 6/9/2022
4.4.23.1692147461 5,917 1/13/2022
4.4.22.1691250932 860 1/13/2022
4.3.20.1051712093 5,423 7/21/2021
4.3.19.619527768 1,422 3/4/2021
4.3.18.619462645 1,006 3/4/2021
4.3.17.430055166 927 12/18/2020
4.3.16.430049424 970 12/18/2020
4.3.15.430037793 992 12/18/2020
4.2.149.109 4,582 8/11/2020
4.2.148.108 1,110 4/12/2020
4.2.147.107 1,157 4/12/2020
4.2.146.106 1,020 4/7/2020
4.2.144.105 1,032 4/7/2020
4.2.143.104 1,052 4/7/2020
4.1.124.102 23,295 11/25/2019
4.1.122.101 2,413 11/24/2019
4.1.121.100 1,048 11/24/2019
4.1.119.99 1,036 11/24/2019
4.0.115.95 1,087 11/23/2019
4.0.113.94 2,821 11/22/2019
4.0.111.92 1,084 11/19/2019

Version 5.1

- Added support for process flow tracking via ITelemetryHelper using PageViews internally.
- Changed the way CloudRoleName is assigned.