Fermyon.Aspire.Spin 0.0.5

dotnet add package Fermyon.Aspire.Spin --version 0.0.5
NuGet\Install-Package Fermyon.Aspire.Spin -Version 0.0.5
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="Fermyon.Aspire.Spin" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fermyon.Aspire.Spin --version 0.0.5
#r "nuget: Fermyon.Aspire.Spin, 0.0.5"
#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 Fermyon.Aspire.Spin as a Cake Addin
#addin nuget:?package=Fermyon.Aspire.Spin&version=0.0.5

// Install Fermyon.Aspire.Spin as a Cake Tool
#tool nuget:?package=Fermyon.Aspire.Spin&version=0.0.5

Fermyon.Aspire.Spin

Fermyon.Aspire.Spin adds support for Spin to .NET Aspire.

The project is under active development, so no guarantees of stability or compatibility can be expected - but we still hope you think it's great!

Installation

# Add Fermyon.Aspire.Spin to your .NET Aspire project
dotnet add package Fermyon.Aspire.Spin

Basic Usage

Fermyon.Aspire.Spin contributes extensions to the Aspire.Hosting namespace. Adding an existing Spin App to your DistributedApplicationBuilder is as simple as calling AddSpinApp:

var builder = DistributedApplication.CreateBuilder(args);

builder.AddSpinApp("api-one", "../api-one", 3001)
    .WithOtlpExporter();
builder.Build().Run();

Further Samples

Check out the example folder, it contains a basic sample illustrating how you can design a distributed application using multiple Spin Apps

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.5 86 5/30/2024
0.0.4 89 5/29/2024