# DotnetToolAnnotation Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [DotnetToolAnnotation](/reference/api/csharp/aspire.hosting/dotnettoolannotation.md)
- Kind: `Constructors`
- Members: `1`

Represents an annotation for dotnet tool resources.

## DotnetToolAnnotation

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/DotnetToolAnnotation.cs#L31)

```csharp
public class DotnetToolAnnotation
{
    public DotnetToolAnnotation()
    {
        // ...
    }
}
```
