Skip to content
DocsTry Aspire
DocsTry

DenoInstallerResource Constructors

ClassConstructors1 member
A resource that represents a Deno package installer.
A resource that represents a Deno package installer.
public class DenoInstallerResource
{
public DenoInstallerResource(
string name,
string workingDirectory)
{
// ...
}
}
namestringThe name of the resource.
workingDirectorystringThe working directory to use for the command.