Highlight.ASP4
0.1.11
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Highlight.ASP4 --version 0.1.11
NuGet\Install-Package Highlight.ASP4 -Version 0.1.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.1.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Highlight.ASP4 --version 0.1.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Highlight.ASP4, 0.1.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.
// Install Highlight.ASP4 as a Cake Addin #addin nuget:?package=Highlight.ASP4&version=0.1.11 // Install Highlight.ASP4 as a Cake Tool #tool nuget:?package=Highlight.ASP4&version=0.1.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
highlight-io .NET4 SDK
This directory contains the source code for the Highlight .NET4 SDK.
Usage
- Install the NuGet Package
- Set up the Highlight SDK with your ASP app.
// initialize your webapp
AreaRegistration.RegisterAllAreas();
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
// configure highlight
Highlight.OpenTelemetry.Register(options =>
{
options.ProjectId = "<YOUR_PROJECT_ID>";
options.ServiceName = "example-dotnet-backend";
});
- Configure Serilog logging to export to highlight
// create a Serilog logger with highlight export
var logger = new LoggerConfiguration()
.Enrich.WithHighlight()
.WriteTo.HighlightOpenTelemetry(options =>
{
options.ProjectId = "<YOUR_PROJECT_ID>";
options.ServiceName = "example-dotnet-backend";
})
.CreateLogger();
logger.Information("Hello, World!");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8
- Google.Protobuf (>= 3.26.1)
- Grpc (>= 2.44.0)
- Grpc.Core (>= 2.44.0)
- Grpc.Core.Api (>= 2.62.0)
- Grpc.Net.Client (>= 2.62.0)
- Grpc.Net.Common (>= 2.62.0)
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.1)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Diagnostics.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Configuration (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.Extensions.Primitives (>= 8.0.0)
- OpenTelemetry (>= 1.9.0)
- OpenTelemetry.Api (>= 1.9.0)
- OpenTelemetry.Api.ProviderBuilderExtensions (>= 1.9.0)
- OpenTelemetry.Exporter.Console (>= 1.9.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.9.0)
- OpenTelemetry.Exporter.Zipkin (>= 1.9.0)
- OpenTelemetry.Extensions.Propagators (>= 1.9.0)
- OpenTelemetry.Instrumentation.AspNet (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.GrpcNetClient (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.Http (>= 1.9.0)
- OpenTelemetry.Instrumentation.Process (>= 0.5.0-beta.6)
- OpenTelemetry.Instrumentation.Quartz (>= 1.0.0-beta.3)
- OpenTelemetry.Instrumentation.Runtime (>= 1.9.0)
- OpenTelemetry.Instrumentation.SqlClient (>= 1.9.0-beta.1)
- OpenTelemetry.Instrumentation.Wcf (>= 1.0.0-rc.17)
- OpenTelemetry.Resources.Azure (>= 1.0.0-beta.8)
- OpenTelemetry.Resources.Host (>= 0.1.0-beta.2)
- OpenTelemetry.Resources.Process (>= 0.1.0-beta.2)
- OpenTelemetry.Resources.ProcessRuntime (>= 0.1.0-beta.2)
- OpenTelemetry.Shims.OpenTracing (>= 1.9.0-beta.1)
- OpenTracing (>= 0.12.1)
- Serilog (>= 4.0.1)
- Serilog.Sinks.OpenTelemetry (>= 4.0.0)
- System.Buffers (>= 4.5.1)
- System.Diagnostics.DiagnosticSource (>= 8.0.1)
- System.Memory (>= 4.5.5)
- System.Net.Http.WinHttpHandler (>= 7.0.0)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Text.Encodings.Web (>= 4.7.2)
- System.Text.Json (>= 4.7.2)
- System.Threading.Channels (>= 8.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
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.2 | 63 | 10/17/2024 |
0.2.1 | 104 | 9/26/2024 |
0.2.0-beta.7 | 102 | 9/25/2024 |
0.2.0-beta.6 | 71 | 9/11/2024 |
0.2.0-beta.5 | 58 | 9/11/2024 |
0.2.0-beta.4 | 62 | 9/11/2024 |
0.2.0-beta.2 | 53 | 9/11/2024 |
0.2.0-beta.1 | 60 | 9/10/2024 |
0.1.14 | 98 | 9/10/2024 |
0.1.13 | 59 | 9/10/2024 |
0.1.12 | 59 | 9/10/2024 |
0.1.11 | 62 | 9/10/2024 |
0.1.10 | 91 | 9/10/2024 |
0.1.9 | 90 | 9/10/2024 |
0.1.8 | 92 | 9/10/2024 |
0.1.7 | 1,395 | 9/4/2024 |
0.1.6 | 138 | 9/4/2024 |
0.1.5 | 80 | 9/3/2024 |
0.1.4 | 147 | 9/3/2024 |
0.1.3 | 144 | 9/3/2024 |
0.1.0 | 142 | 9/3/2024 |
0.0.1 | 132 | 9/3/2024 |
Initial Release