CommunityToolkit.Aspire.Hosting.Golang
9.0.0-beta.68
Prefix Reserved
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Hosting.Golang --version 9.0.0-beta.68
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Golang -Version 9.0.0-beta.68
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Golang" Version="9.0.0-beta.68" />
paket add CommunityToolkit.Aspire.Hosting.Golang --version 9.0.0-beta.68
#r "nuget: CommunityToolkit.Aspire.Hosting.Golang, 9.0.0-beta.68"
// Install CommunityToolkit.Aspire.Hosting.Golang as a Cake Addin #addin nuget:?package=CommunityToolkit.Aspire.Hosting.Golang&version=9.0.0-beta.68&prerelease // Install CommunityToolkit.Aspire.Hosting.Golang as a Cake Tool #tool nuget:?package=CommunityToolkit.Aspire.Hosting.Golang&version=9.0.0-beta.68&prerelease
CommunityToolkit.Aspire.Hosting.Golang library
Provides extensions methods and resource definitions for the .NET Aspire AppHost to support running Golang applications.
Getting Started
Install the package
In your AppHost project, install the package using the following command:
dotnet add package CommunityToolkit.Aspire.Hosting.Golang
Example usage
Then, in the Program.cs file of AppHost
, define a Golang resource, then call AddGolangApp
:
var golang = builder.AddGolangApp("golang", "../gin-api")
.WithHttpEndpoint(env: "PORT");
The PORT
environment variable is used to determine the port the Golang application should listen on. It is randomly assigned by the .NET Aspire. The name of the environment variable can be changed by passing a different value to the WithHttpEndpoint
method.
To have the Golang application listen on the correct port, you can use the following code in your Golang application:
r.Run(":"+os.Getenv("PORT"))
Additional Information
https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-golang
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. |
-
net8.0
- Aspire.Hosting (>= 9.0.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 |
---|---|---|
9.0.0-beta.75 | 0 | 11/14/2024 |
9.0.0-beta.74 | 0 | 11/14/2024 |
9.0.0-beta.73 | 0 | 11/14/2024 |
9.0.0-beta.72 | 0 | 11/14/2024 |
9.0.0-beta.71 | 2 | 11/13/2024 |
9.0.0-beta.70 | 23 | 11/13/2024 |
9.0.0-beta.69 | 21 | 11/13/2024 |
9.0.0-beta.68 | 22 | 11/13/2024 |
9.0.0-beta.67 | 21 | 11/13/2024 |
9.0.0-beta.66 | 23 | 11/13/2024 |
9.0.0-beta.63 | 32 | 11/12/2024 |
9.0.0-beta.54 | 32 | 10/31/2024 |
9.0.0-beta.53 | 30 | 10/29/2024 |
8.3.0 | 76 | 10/29/2024 |
8.3.0-beta.51 | 33 | 10/29/2024 |
8.3.0-beta.50 | 33 | 10/28/2024 |
8.3.0-beta.49 | 34 | 10/28/2024 |
8.3.0-beta.48 | 30 | 10/28/2024 |
8.3.0-beta.47 | 32 | 10/28/2024 |
8.3.0-beta.46 | 31 | 10/27/2024 |
8.3.0-beta.45 | 35 | 10/25/2024 |
8.3.0-beta.44 | 33 | 10/25/2024 |
8.3.0-beta.43 | 31 | 10/25/2024 |
8.3.0-beta.42 | 33 | 10/24/2024 |
8.2.1 | 78 | 10/23/2024 |
8.2.1-beta.40 | 25 | 10/23/2024 |
8.2.1-beta.39 | 31 | 10/23/2024 |
8.2.1-beta.38 | 31 | 10/23/2024 |
8.2.1-beta.37 | 32 | 10/23/2024 |
8.2.1-beta.36 | 35 | 10/23/2024 |
8.2.1-beta.35 | 34 | 10/23/2024 |
8.2.0-beta.34 | 38 | 10/23/2024 |
8.2.0-beta.33 | 38 | 10/23/2024 |
8.2.0-beta.32 | 34 | 10/22/2024 |
1.0.0-beta.60 | 43 | 11/11/2024 |
1.0.0-beta.58 | 29 | 11/4/2024 |
1.0.0-beta.57 | 34 | 11/1/2024 |
1.0.0-beta.56 | 33 | 11/1/2024 |
1.0.0-beta.55 | 33 | 11/1/2024 |