Skip to content
Docs Try Aspire

DotnetToolResource Constructors

Class Constructors 1 member
A resource that represents a specified dotnet tool.
Initializes a new instance of the DotnetToolResource class.
public class DotnetToolResource
{
public DotnetToolResource(
string name,
string packageId)
{
// ...
}
}
name string The name of the resource.
packageId string The package id of the tool.