Highlight.ASP4
0.2.11
dotnet add package Highlight.ASP4 --version 0.2.11
NuGet\Install-Package Highlight.ASP4 -Version 0.2.11
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="Highlight.ASP4" Version="0.2.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Highlight.ASP4" Version="0.2.11" />
<PackageReference Include="Highlight.ASP4" />
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 Highlight.ASP4 --version 0.2.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Highlight.ASP4, 0.2.11"
#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 Highlight.ASP4@0.2.11
#: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=Highlight.ASP4&version=0.2.11
#tool nuget:?package=Highlight.ASP4&version=0.2.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
highlight-io .NET Core SDK
This directory contains the source code for the Highlight .NET Core SDK.
Usage
- Install the NuGet Package
- Set up the Highlight SDK with your ASP app.
// configure your web application
var builder = WebApplication.CreateBuilder(args);
// Initialize trace, error, metric, and log export
builder.Services
.AddHighlightInstrumentation(options => options.ProjectId = "<YOUR_PROJECT_ID>");
builder.Logging
.AddHighlightInstrumentation(options => options.ProjectId = "<YOUR_PROJECT_ID>");
var app = builder.Build();
- Configure Serilog logging to export to highlight
// create a Serilog logger with highlight export
Log.Logger = new LoggerConfiguration()
.Enrich.WithMachineName()
.Enrich.WithHighlight()
.Enrich.FromLogContext()
.WriteTo.Async(async =>
async.HighlightOpenTelemetry(options =>
{
options.ProjectId = "<YOUR_PROJECT_ID>";
options.ServiceName = "<YOUR_SERVICE_NAME>";
})
)
.CreateLogger();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. 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.7.2
- OpenTelemetry (>= 1.11.2)
- OpenTelemetry.Api (>= 1.11.2)
- OpenTelemetry.Api.ProviderBuilderExtensions (>= 1.11.2)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.11.2)
- OpenTelemetry.Extensions.Hosting (>= 1.11.2)
- OpenTelemetry.Instrumentation.AspNet (>= 1.11.0-beta.2)
- OpenTelemetry.Instrumentation.EntityFrameworkCore (>= 1.11.0-beta.2)
- OpenTelemetry.Instrumentation.Http (>= 1.11.1)
- OpenTelemetry.Instrumentation.Process (>= 1.11.0-beta.2)
- OpenTelemetry.Instrumentation.Runtime (>= 1.11.1)
- OpenTelemetry.Instrumentation.SqlClient (>= 1.11.0-beta.2)
- OpenTelemetry.Instrumentation.Wcf (>= 1.11.0-beta.2)
- Serilog (>= 4.2.1-dev-02340)
- Serilog.Sinks.OpenTelemetry (>= 4.1.1)
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 |
---|---|---|
0.2.11 | 348 | 7/1/2025 |
0.2.10 | 558 | 3/25/2025 |
0.2.9 | 144 | 2/13/2025 |
0.2.8 | 149 | 2/11/2025 |
0.2.7 | 2,710 | 2/11/2025 |
0.2.5 | 134 | 2/11/2025 |
0.2.4 | 127 | 2/10/2025 |
0.2.3 | 150 | 2/10/2025 |
0.2.2 | 201 | 10/17/2024 |
0.2.1 | 155 | 9/26/2024 |
0.2.0-beta.7 | 149 | 9/25/2024 |
0.2.0-beta.6 | 107 | 9/11/2024 |
0.2.0-beta.5 | 89 | 9/11/2024 |
0.2.0-beta.4 | 98 | 9/11/2024 |
0.2.0-beta.2 | 91 | 9/11/2024 |
0.2.0-beta.1 | 92 | 9/10/2024 |
0.1.14 | 146 | 9/10/2024 |
0.1.13 | 98 | 9/10/2024 |
0.1.12 | 96 | 9/10/2024 |
0.1.11 | 99 | 9/10/2024 |
0.1.10 | 141 | 9/10/2024 |
0.1.9 | 137 | 9/10/2024 |
0.1.8 | 144 | 9/10/2024 |
0.1.7 | 2,842 | 9/4/2024 |
0.1.6 | 194 | 9/4/2024 |
0.1.5 | 117 | 9/3/2024 |
0.1.4 | 178 | 9/3/2024 |
0.1.3 | 185 | 9/3/2024 |
0.1.0 | 180 | 9/3/2024 |
0.0.1 | 178 | 9/3/2024 |