Skip to content
DocsTry Aspire
DocsTry

IProjectMetadata Properties

InterfaceProperties4 members
Represents metadata about a project resource.
IsFileBasedAppSection titled IsFileBasedAppvirtualbool
Gets a value indicating whether the project is a file-based app (a .cs file) rather than a full project (.csproj).
public virtual bool IsFileBasedApp { get; }
Gets the launch settings associated with the project.
public virtual LaunchSettings? LaunchSettings { get; }
ProjectPathSection titled ProjectPathabstractstring
Gets the fully-qualified path to the project or file-based app file.
public abstract string ProjectPath { get; }
SuppressBuildSection titled SuppressBuildvirtualbool
Gets a value indicating whether building the project before running it should be suppressed.
public virtual bool SuppressBuild { get; }