DotnetToolResource
Class net8.0
A resource that represents a specified dotnet tool.
namespace Aspire.Hosting.ApplicationModel;
public class DotnetToolResource : Aspire.Hosting.ApplicationModel.ExecutableResource{ // ...}Remarks
Section titled Remarks This class is used to define and manage resources for .NET CLI tools. It associates a tool's name and command with its package ID, and ensures that the required metadata is properly annotated.