![]() |
VOOZH | about |
dotnet add package Highlight.ASPCore --version 0.2.16
NuGet\Install-Package Highlight.ASPCore -Version 0.2.16
<PackageReference Include="Highlight.ASPCore" Version="0.2.16" />
<PackageVersion Include="Highlight.ASPCore" Version="0.2.16" />Directory.Packages.props
<PackageReference Include="Highlight.ASPCore" />Project file
paket add Highlight.ASPCore --version 0.2.16
#r "nuget: Highlight.ASPCore, 0.2.16"
#:package Highlight.ASPCore@0.2.16
#addin nuget:?package=Highlight.ASPCore&version=0.2.16Install as a Cake Addin
#tool nuget:?package=Highlight.ASPCore&version=0.2.16Install as a Cake Tool
This directory contains the source code for the Highlight .NET Core SDK.
// 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();
// 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 | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.16 | 7,730 | 3/25/2025 |
| 0.2.15 | 1,365 | 2/13/2025 |
| 0.2.14 | 8,137 | 2/11/2025 |
| 0.2.13 | 199 | 2/11/2025 |
| 0.2.12 | 9,690 | 10/18/2024 |
| 0.2.11 | 232 | 10/18/2024 |
| 0.2.10 | 220 | 10/18/2024 |
| 0.2.9 | 2,974 | 10/17/2024 |
| 0.2.8 | 1,275 | 10/3/2024 |
| 0.2.7 | 206 | 10/3/2024 |
| 0.2.6 | 207 | 9/30/2024 |
| 0.2.5 | 185 | 9/30/2024 |
| 0.2.4 | 200 | 9/30/2024 |
| 0.2.3 | 210 | 9/27/2024 |
| 0.2.2 | 196 | 9/27/2024 |
| 0.2.1 | 205 | 9/25/2024 |
| 0.2.0 | 242 | 9/19/2024 |
| 0.1.8 | 240 | 9/10/2024 |
| 0.1.7 | 1,596 | 9/4/2024 |
| 0.1.6 | 343 | 9/4/2024 |