ApplicationInsights.Helpers.WebCore
                              
                            
                                1.1.0-Beta1
                            
                        
                    
        
        
                                This is a prerelease version of ApplicationInsights.Helpers.WebCore.
                            
    
                    Requires NuGet 2.8.1 or higher.
dotnet add package ApplicationInsights.Helpers.WebCore --version 1.1.0-Beta1
NuGet\Install-Package ApplicationInsights.Helpers.WebCore -Version 1.1.0-Beta1
        
        
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="ApplicationInsights.Helpers.WebCore" Version="1.1.0-Beta1" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="ApplicationInsights.Helpers.WebCore" Version="1.1.0-Beta1" />
<PackageReference Include="ApplicationInsights.Helpers.WebCore" />
        
        
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 ApplicationInsights.Helpers.WebCore --version 1.1.0-Beta1
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: ApplicationInsights.Helpers.WebCore, 1.1.0-Beta1"
        
        
#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 ApplicationInsights.Helpers.WebCore@1.1.0-Beta1
        
        
#: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=ApplicationInsights.Helpers.WebCore&version=1.1.0-Beta1&prerelease
#tool nuget:?package=ApplicationInsights.Helpers.WebCore&version=1.1.0-Beta1&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    A few utiltities to make implementing Application Insights in your app a tad easier.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .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. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                    .NETFramework 4.5.2- Microsoft.ApplicationInsights (>= 0.16.1-build00418)
 
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | 
|---|---|---|
| 1.1.0-Beta1 | 46 | 5/3/2015 | 
1.1.0-Beta1
  • The InsightsTelemetryInitializer is now the KeyAndVersionContextInitializer and has been moved to the WebCore package. Name change was needed based on SDK naming conventions.
  
1.0.0-Beta1
  • First release.