Aspire.Hosting.Seq
13.4.3
Prefix Reserved
dotnet add package Aspire.Hosting.Seq --version 13.4.3
NuGet\Install-Package Aspire.Hosting.Seq -Version 13.4.3
<PackageReference Include="Aspire.Hosting.Seq" Version="13.4.3" />
<PackageVersion Include="Aspire.Hosting.Seq" Version="13.4.3" />
<PackageReference Include="Aspire.Hosting.Seq" />
paket add Aspire.Hosting.Seq --version 13.4.3
#r "nuget: Aspire.Hosting.Seq, 13.4.3"
#:package Aspire.Hosting.Seq@13.4.3
#addin nuget:?package=Aspire.Hosting.Seq&version=13.4.3
#tool nuget:?package=Aspire.Hosting.Seq&version=13.4.3
Aspire.Hosting.Seq library
Provides extension methods and resource definitions for an Aspire AppHost to configure a Seq resource.
Getting started
Install the package
In your AppHost project, install the Aspire Seq Hosting library with NuGet:
dotnet add package Aspire.Hosting.Seq
Usage example
Then, in the AppHost.cs file of AppHost, add a Seq resource and consume the connection using the following methods:
var seq = builder.AddSeq("seq");
var myService = builder.AddProject<Projects.MyService>()
.WithReference(seq);
Connection Properties
When you reference a Seq resource using WithReference, the following connection properties are made available to the consuming project:
Seq
The Seq resource exposes the following connection properties:
| Property Name | Description |
|---|---|
Host |
The hostname or IP address of the Seq server |
Port |
The port number the Seq server is listening on |
Uri |
The connection URI, with the format http://{Host}:{Port} |
Aspire exposes each property as an environment variable named [RESOURCE]_[PROPERTY]. For instance, the Uri property of a resource called db1 becomes DB1_URI.
Additional documentation
Feedback & contributing
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Aspire.Hosting (>= 13.4.3)
- AspNetCore.HealthChecks.Uris (>= 9.0.0)
- Google.Protobuf (>= 3.34.1)
- Grpc.AspNetCore (>= 2.80.0)
- Grpc.Net.ClientFactory (>= 2.80.0)
- Grpc.Tools (>= 2.80.0)
- Humanizer.Core (>= 3.0.10)
- JsonPatch.Net (>= 3.3.0)
- KubernetesClient (>= 19.0.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 8.0.27)
- Microsoft.Extensions.FileSystemGlobbing (>= 10.0.8)
- Microsoft.Extensions.Hosting (>= 10.0.8)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Http (>= 10.0.8)
- Microsoft.Extensions.Logging (>= 10.0.8)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.8)
- Microsoft.Extensions.Options (>= 10.0.8)
- Microsoft.Extensions.Primitives (>= 10.0.8)
- ModelContextProtocol (>= 1.3.0)
- Newtonsoft.Json (>= 13.0.4)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.3)
- OpenTelemetry.Extensions.Hosting (>= 1.15.3)
- Polly.Core (>= 8.6.6)
- Semver (>= 3.0.0)
- StreamJsonRpc (>= 2.22.23)
- System.IO.Hashing (>= 10.0.8)
- System.Text.Json (>= 10.0.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aspire.Hosting.Seq:
| Package | Downloads |
|---|---|
|
SimCube.Aspire.Hosting
Useful Aspire ResourceBuilder Extensions and Helpers. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Aspire.Hosting.Seq:
| Repository | Stars |
|---|---|
|
NimblePros/eShopOnWeb
Sample ASP.NET Core 10.0 reference application, powered by Microsoft, demonstrating a domain-centric application architecture with monolithic deployment model.
|
|
|
antosubash/abp-microservice
An abp microservice sample
|
| Version | Downloads | Last Updated |
|---|---|---|
| 13.4.3 | 220 | 6/8/2026 |
| 13.4.2 | 2,086 | 6/3/2026 |
| 13.4.1 | 125 | 6/3/2026 |
| 13.4.0 | 1,890 | 6/1/2026 |
| 13.3.5 | 5,333 | 5/21/2026 |
| 13.3.4 | 660 | 5/19/2026 |
| 13.3.3 | 2,646 | 5/15/2026 |
| 13.3.2 | 1,183 | 5/14/2026 |
| 13.3.1 | 3,000 | 5/12/2026 |
| 13.3.0 | 3,490 | 5/7/2026 |
| 13.2.4 | 8,685 | 4/24/2026 |
| 13.2.3 | 12,189 | 4/21/2026 |
| 13.2.2 | 13,863 | 4/8/2026 |
| 13.2.1 | 6,300 | 3/31/2026 |
| 13.2.0 | 7,914 | 3/23/2026 |
| 13.1.3 | 2,633 | 3/19/2026 |
| 13.1.2 | 11,440 | 2/26/2026 |
| 13.1.1 | 9,037 | 2/11/2026 |
| 13.1.0 | 42,224 | 12/17/2025 |
| 13.0.2 | 5,600 | 12/4/2025 |