CommunityToolkit.Aspire.Hosting.Deno 9.0.1-beta.95

Prefix Reserved
This is a prerelease version of CommunityToolkit.Aspire.Hosting.Deno.
There is a newer version of this package available.
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Hosting.Deno --version 9.0.1-beta.95                
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Deno -Version 9.0.1-beta.95                
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="CommunityToolkit.Aspire.Hosting.Deno" Version="9.0.1-beta.95" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommunityToolkit.Aspire.Hosting.Deno --version 9.0.1-beta.95                
#r "nuget: CommunityToolkit.Aspire.Hosting.Deno, 9.0.1-beta.95"                
#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 CommunityToolkit.Aspire.Hosting.Deno as a Cake Addin
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.Deno&version=9.0.1-beta.95&prerelease

// Install CommunityToolkit.Aspire.Hosting.Deno as a Cake Tool
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Deno&version=9.0.1-beta.95&prerelease                

CommunityToolkit.Aspire.Hosting.Deno library

Provides extension methods and resource definitions for a .NET Aspire AppHost to configure a Deno project.

Getting Started

Install the package

In your AppHost project, install the package using the following command:

dotnet add package CommunityToolkit.Aspire.Hosting.Deno

Example usage

Then, in the Program.cs file of AppHost, define a Deno resource, then call AddDenoApp or AddDenoTask:

builder.AddDenoTask("vite-demo", taskName: "dev")
    .WithHttpEndpoint(env: "PORT")
    .WithEndpoint();

builder.AddDenoApp("oak-demo", "main.ts", permissionFlags: ["-E", "--allow-net"])
    .WithHttpEndpoint(env: "PORT")
    .WithEndpoint();

Additional Information

https://learn.microsoft.com/dotnet/aspire/community-toolkit/deno

Feedback & contributing

https://github.com/CommunityToolkit/Aspire

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.  net9.0 is compatible.  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. 
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
9.1.1-beta.128 8 1/9/2025
9.1.1-beta.127 7 1/9/2025
9.1.1-beta.126 7 1/9/2025
9.1.1-beta.125 6 1/9/2025
9.1.1-beta.124 3 1/9/2025
9.1.0 98 12/12/2024
9.1.0-beta.123 47 1/3/2025
9.1.0-beta.122 48 1/3/2025
9.1.0-beta.121 48 1/2/2025
9.1.0-beta.120 41 12/30/2024
9.1.0-beta.119 37 12/30/2024
9.1.0-beta.118 39 12/30/2024
9.1.0-beta.116 43 12/30/2024
9.1.0-beta.114 41 12/30/2024
9.1.0-beta.113 40 12/30/2024
9.1.0-beta.112 40 12/18/2024
9.1.0-beta.110 44 12/16/2024
9.1.0-beta.109 44 12/12/2024
9.0.1-beta.108 42 12/12/2024
9.0.1-beta.107 37 12/11/2024
9.0.1-beta.106 43 12/12/2024
9.0.1-beta.104 45 12/11/2024
9.0.1-beta.102 46 12/6/2024
9.0.1-beta.99 47 12/6/2024
9.0.1-beta.98 43 12/6/2024
9.0.1-beta.95 41 12/5/2024
9.0.1-beta.94 44 12/5/2024
9.0.1-beta.93 34 12/2/2024
9.0.1-beta.92 42 11/30/2024
9.0.1-beta.91 42 11/30/2024
9.0.1-beta.90 40 11/29/2024
9.0.1-beta.89 43 11/29/2024
9.0.1-beta.88 38 11/27/2024
9.0.1-beta.87 41 11/27/2024
9.0.1-beta.86 42 11/27/2024
9.0.1-beta.84 40 11/24/2024
9.0.1-beta.83 42 11/22/2024
9.0.1-beta.82 39 11/21/2024
9.0.1-beta.81 39 11/19/2024
9.0.1-beta.80 37 11/19/2024
9.0.1-beta.79 40 11/19/2024
9.0.1-beta.77 38 11/15/2024
9.0.0 100 11/15/2024
9.0.0-beta.76 43 11/14/2024
9.0.0-beta.75 43 11/14/2024
9.0.0-beta.74 40 11/14/2024
9.0.0-beta.73 45 11/14/2024
9.0.0-beta.72 43 11/14/2024
9.0.0-beta.71 48 11/13/2024
9.0.0-beta.70 50 11/13/2024
9.0.0-beta.69 48 11/13/2024
9.0.0-beta.68 48 11/13/2024
9.0.0-beta.67 45 11/13/2024
9.0.0-beta.66 46 11/13/2024
9.0.0-beta.63 48 11/12/2024
9.0.0-beta.54 49 10/31/2024
9.0.0-beta.53 48 10/29/2024
8.3.0 96 10/29/2024
8.3.0-beta.51 46 10/29/2024
8.3.0-beta.50 54 10/28/2024
8.3.0-beta.49 46 10/28/2024
8.3.0-beta.48 50 10/28/2024
8.3.0-beta.47 43 10/28/2024
8.3.0-beta.46 50 10/27/2024
1.0.0-beta.60 54 11/11/2024
1.0.0-beta.58 47 11/4/2024
1.0.0-beta.57 42 11/1/2024
1.0.0-beta.56 42 11/1/2024
1.0.0-beta.55 43 11/1/2024