Chinchilla.Logging.Azure.ApplicationInsights 5.2.41

dotnet add package Chinchilla.Logging.Azure.ApplicationInsights --version 5.2.41
NuGet\Install-Package Chinchilla.Logging.Azure.ApplicationInsights -Version 5.2.41
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.41" />
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.41
#r "nuget: Chinchilla.Logging.Azure.ApplicationInsights, 5.2.41"
#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.41

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

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.41 4,259 2/14/2024
5.1.40 1,145 1/15/2024
5.1.39 1,054 12/10/2023
5.1.38 428 12/9/2023
5.1.37 402 12/9/2023
5.0.36 4,753 10/23/2023
4.5.35 514 10/20/2023
4.5.34 885 10/12/2023
4.5.33 453 10/12/2023
4.5.32 505 10/11/2023
4.5.31 498 10/7/2023
4.5.29 5,351 10/13/2022
4.5.28 7,031 6/23/2022
4.5.27 975 6/23/2022
4.5.26 2,425 6/10/2022
4.5.25 1,726 6/9/2022
4.4.23.1692147461 5,874 1/13/2022
4.4.22.1691250932 830 1/13/2022
4.3.20.1051712093 5,385 7/21/2021
4.3.19.619527768 1,388 3/4/2021
4.3.18.619462645 969 3/4/2021
4.3.17.430055166 885 12/18/2020
4.3.16.430049424 939 12/18/2020
4.3.15.430037793 951 12/18/2020
4.2.149.109 4,537 8/11/2020
4.2.148.108 1,069 4/12/2020
4.2.147.107 1,114 4/12/2020
4.2.146.106 988 4/7/2020
4.2.144.105 1,001 4/7/2020
4.2.143.104 1,015 4/7/2020
4.1.124.102 22,713 11/25/2019
4.1.122.101 2,327 11/24/2019
4.1.121.100 1,010 11/24/2019
4.1.119.99 1,001 11/24/2019
4.0.115.95 1,054 11/23/2019
4.0.113.94 2,718 11/22/2019
4.0.111.92 1,038 11/19/2019

Version 5.1

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