# DotnetProjectResource

- Module: [Aspire.Hosting.Dotnet](/reference/api/typescript/aspire.hosting.dotnet.md)
- Version: `13.5.3-preview.1.26425.3`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire/tree/b5f143315ffb6968ea939a9978797a5b20e4c688)

A resource that represents a specified C# project or file-based app added by path.

## Definition

```typescript
interface DotnetProjectResource
  extends IComputeResource,
    IResource,
    IResourceWithArgs,
    IResourceWithEndpoints,
    IResourceWithEnvironment,
    IResourceWithProbes,
    IResourceWithWaitSupport,
    IResourceWithServiceDiscovery { }
```
