ApplicationInsights-dotnet
Перейти к файлу
Rajkumar Rangaraj 5ccfa6fba5 Resolving conflict 2020-08-03 10:29:47 -07:00
.docs fix formatting on concepts.md (#1868) 2020-05-13 17:38:35 -07:00
.github fix typo, minor updates 2020-06-30 18:32:35 -07:00
.images Tilee/reorg props (#1295) 2019-11-11 14:44:42 -08:00
.keys consolidating dependencies (#1269) 2019-10-28 14:51:01 -07:00
.props Cleaning AssemblyInfo.cs and *.csproj (#1929) 2020-06-30 13:33:12 -07:00
.publicApi Moved to unshipped 2020-07-17 21:04:38 +02:00
.rulesets update fxcop to version 2.9.8 (#1499) 2019-12-17 17:49:41 -08:00
.scripts more logging 2020-03-27 16:19:40 -07:00
BASE Resolving conflict 2020-08-03 10:29:47 -07:00
LOGGING Change event message 2020-08-03 09:14:20 -07:00
NETCORE remove net45 net451 (#1962) 2020-07-09 17:13:35 -07:00
WEB Use DiagnosticListener instance (instead of the name) to distinguish and dedup subscription (#1973) 2020-07-29 21:08:58 -07:00
.gitattributes Migrate AspNetCoreSDK to Base repo (#1264) 2019-10-25 13:28:57 -07:00
.gitignore Tilee/reorg props (#1295) 2019-11-11 14:44:42 -08:00
CHANGELOG.md Resolving conflict 2020-08-03 10:29:47 -07:00
Directory.Build.props fix analyzers (#1927) 2020-06-17 14:28:17 -07:00
EnlistmentRoot.marker Restructuring the Core SDK and CoreSDK Tests to fit the GitHub structure 2015-07-13 15:08:57 -07:00
Everything.sln enable net452 (#1928) 2020-07-09 14:58:52 -07:00
IntegrationTests.Readme.md Tilee/fix tests (#1301) 2019-11-13 14:22:29 -08:00
IntegrationTests.sln merging perf.shared projects (#1852) 2020-05-04 18:32:33 -07:00
LICENSE consolidating dependencies (#1269) 2019-10-28 14:51:01 -07:00
NuGet.config Tilee/everything (#1275) 2019-11-07 13:22:11 -08:00
ProjectsForSigning.sln merging perf.shared projects (#1852) 2020-05-04 18:32:33 -07:00
Readme.md Retiring Release Schedule from Readme (#1958) 2020-07-08 13:58:13 -07:00

Readme.md

Application Insights for .NET Apps

This is the .NET SDK for sending data to Azure Monitor & Application Insights.

Getting Started

Please review our How-to guides to review which packages are appropriate for your project:

Understanding our SDK

We've gathered a list of concepts, code examples, and links to full guides here.

Contributing

We strongly welcome and encourage contributions to this project. Please review our Contributing guide.

Branches

  • master contains the latest published release located on NuGet.
  • develop contains the code for the next release.

NuGet packages

The following packages are published from this repository:

Nightly Build Latest Official Release
Base SDKs
- Microsoft.ApplicationInsights Nightly Nuget
- Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel Nightly Nuget
Auto Collectors (Generic)
- Microsoft.ApplicationInsights.DependencyCollector Nightly Nuget
- Microsoft.ApplicationInsights.EventCounterCollector Nightly Nuget
- Microsoft.ApplicationInsights.PerfCounterCollector Nightly Nuget
- Microsoft.ApplicationInsights.WindowsServer Nightly Nuget
Auto Collectors (ASP.NET)
- Microsoft.ApplicationInsights.Web Nightly Nuget
Auto Collectors (ASP.NET Core)
- Microsoft.ApplicationInsights.AspNetCore Nightly Nuget
Auto Collectors (WorkerService, Console Application, etc.)
- Microsoft.ApplicationInsights.WorkerService Nightly Nuget
Logging Adapters
- For ILogger: Microsoft.Extensions.Logging.ApplicationInsights Nightly Nuget
- For NLog: Microsoft.ApplicationInsights.NLogTarget Nightly Nuget
- For Log4Net: Microsoft.ApplicationInsights.Log4NetAppender Nightly Nuget
- For System.Diagnostics: Microsoft.ApplicationInsights.TraceListener Nightly Nuget
- Microsoft.ApplicationInsights.DiagnosticSourceListener Nightly Nuget
- Microsoft.ApplicationInsights.EtwCollector Nightly Nuget
- Microsoft.ApplicationInsights.EventSourceListener Nightly Nuget

Nightly Builds are available on our MyGet feed: https://www.myget.org/F/applicationinsights-dotnet-nightly/api/v3/index.json These builds come from the develop branch. These are not signed and are not intended for production workloads.

Releases

Refer to our Milestones for progress on our next releases.