DenoAppHostingExtensions
Class static net10.0
Extension methods to support adding Deno to the
Hosting.IDistributedApplicationBuilder. namespace Aspire.Hosting;
public static class DenoAppHostingExtensions{ // ...}Methods3
Section titled MethodsAddDenoApp(IDistributedApplicationBuilder, string, string, string?, string[]?, string[]?)extensionIResourceBuilder<DenoAppResource> Adds a Deno application to the application model. Deno should available on the PATH.
AddDenoTask(IDistributedApplicationBuilder, string, string?, string, string[]?)extensionIResourceBuilder<DenoAppResource> Adds a Deno task to the distributed application builder
WithDenoPackageInstallation(IResourceBuilder<DenoAppResource>, Action<IResourceBuilder<DenoInstallerResource>>)extensionIResourceBuilder<DenoAppResource> Ensures the Deno packages are installed before the application starts using Deno as the package manager.