Microsoft.ApplicationInsights.AzureWebSites 2.6.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Additional Details

Private site extension for Application Insights is now deprecated, use pre-installed extension, which is a successor of this private site extension. See https://docs.microsoft.com/en-us/azure/azure-monitor/app/azure-web-apps for details

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Microsoft.ApplicationInsights.AzureWebSites --version 2.6.5
NuGet\Install-Package Microsoft.ApplicationInsights.AzureWebSites -Version 2.6.5
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="Microsoft.ApplicationInsights.AzureWebSites" Version="2.6.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.ApplicationInsights.AzureWebSites --version 2.6.5
#r "nuget: Microsoft.ApplicationInsights.AzureWebSites, 2.6.5"
#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 Microsoft.ApplicationInsights.AzureWebSites as a Cake Addin
#addin nuget:?package=Microsoft.ApplicationInsights.AzureWebSites&version=2.6.5

// Install Microsoft.ApplicationInsights.AzureWebSites as a Cake Tool
#tool nuget:?package=Microsoft.ApplicationInsights.AzureWebSites&version=2.6.5

The private site extension is now officially deprecated. The correct extension to use is preinstalled site extension. details

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

2.6.5 release:
     Updated: ServiceProfiler Agent v2.4.60711.2. This fixes a bug introduced in v2.6.4 where Service Profiler is not able to collect profile traces after some time.
     2.6.4 release:
     Updated: SnapshotCollector 1.3.0.
     Updated: ServiceProfiler Agent v2.4.60615.1.
     Updated: Removed support for ASP.NET Core 2.1 preview releases.
     2.6.3 release:
     Feature: Enable ApplicationInsights instrumentation for ASP.NET Core 2.1 applications.
     2.6.2 release:
     Fixed: SnapshotCollector can load  System.Diagnostics.DiagnosticSource
     2.6.1 release:
     Updated: ApplicationInsights SDK 2.6.1
     New: SnapshotCollector is auto enabled in ASP .NET applications if APPINSIGHTS_SNAPSHOTFEATURE_VERSION=1.0.0 app setting is present and the application doesn't reference ApplicationInsights.
     Updated: SnapshotCollector 1.2.3
     Updated: Instrumentation Engine v1.0.6
     2.5.6 release:
     New: Works with preinstalled InstrumentationEngine extension if available.
     Updated: Instrumentation Engine v1.0.5 to support parsing webjob variables
     Updated: Snapshot Debugger v1.1.8 for webjob support (disabled by default)
     Updated: ServiceProfiler Agent v2.4.60425.1
     2.5.5 release:
     New: the nupkg is now signed in order to prepare for siteextensions -> nuget.org transition
     Fixed: logging to file from etw could have been incomplete or mixed up due to missing sync lock
     2.5.4 release:
     Feature: SnapshotCollector is auto enabled in ASP .NET Core 2.0 applications if APPINSIGHTS_SNAPSHOTFEATURE_VERSION=1.0.0 app setting is present.
     Updated: The Application Insights Profiler Agent Continous WebJob is deployed to D:\home\site\jobs instead of D:\home\site\wwwroot\app_data\jobs.
     2.5.3 release:
     Fixed: installation: on first attempt the installation will timeout after 6s waiting for Snapshot folder to be deleted. Increased retry count to have longer timeout.
     Fixed: runtime: The attach status cannot be created due to file being in use. Added appdomain id to file name to have unique per appdomain status file.
     Fixed: installation: powershell errors now log a callstack
     Fixed: installation: installation should not fail if the applicationHost.xml is not a correct xml
     2.5.1 release:
     Updated: the Application Insights SDK 2.5.1 is used, which enabled live streaming and other functionality.
     Fixed: the webapp cannot be upgraded due to locked files when "remove extra files" option is used.
     Fixed: the site extension cannot be upgraded while the webapp is running.
     Fixed: the site extension installation is simplified to cause less errors during installation.