Skip to content
DocsTry Aspire
DocsTry

BunInstallerResource Constructors

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