Microsoft.AspNetCore.ApplicationInsights.HostingStartup 2.3.0

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

// Install Microsoft.AspNetCore.ApplicationInsights.HostingStartup as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.ApplicationInsights.HostingStartup&version=2.3.0                

ASP.NET Core lightup integration with Application Insights.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Microsoft.AspNetCore.ApplicationInsights.HostingStartup:

Package Downloads
Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Elvia.PushReceiverCore

Core functionality for implementing a dotnet core based Push Receiver.

Levridge.Integration.IntegratorHost

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.AspNetCore.ApplicationInsights.HostingStartup:

Repository Stars
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
billyang/SurgingDemo
surging 使用入门示例。完成一个基本业务的增删改查示例,并运用Surging强大的分布式缓存功能
wjkang/NetCore-Turorial
NET CORE学习笔记,包含:Docker CI CD,中间件,依赖注入,微服务引擎surging源码解析,快速开发框架ABP源码解析