addDotnetTool
Function
interface IDistributedApplicationBuilder { // ... omitted for brevity addDotnetTool( name: string, packageId: string): DotnetToolResource;}Signature
method
addDotnetTool builder Adds a .NET tool resource
addDotnetTool( name: string, packageId: string): DotnetToolResourceParameters
name string packageId string Returns
DotnetToolResource Applies to
This function is an extension method on the following types: