Share via


IProjectMetadata Interface

Definition

Represents metadata about a project resource.

public interface IProjectMetadata : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type IProjectMetadata = interface
    interface IResourceAnnotation
Public Interface IProjectMetadata
Implements IResourceAnnotation
Implements

Properties

IsFileBasedApp

Gets a value indicating whether the project is a file-based app (a .cs file) rather than a full project (.csproj).

LaunchSettings

Gets the launch settings associated with the project.

ProjectPath

Gets the fully-qualified path to the project or file-based app file.

SuppressBuild

Gets a value indicating whether building the project before running it should be suppressed.

Applies to