Skip to content
Docs Try Aspire

IProjectMetadata Properties

Interface Properties 4 members
Represents metadata about a project resource.
IsFileBasedApp Section titled IsFileBasedApp virtual bool
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; }
LaunchSettings Section titled LaunchSettings virtualnullable LaunchSettings?
Gets the launch settings associated with the project.
public virtual LaunchSettings? LaunchSettings { get; }
ProjectPath Section titled ProjectPath abstract string
Gets the fully-qualified path to the project or file-based app file.
public abstract string ProjectPath { get; }
SuppressBuild Section titled SuppressBuild virtual bool
Gets a value indicating whether building the project before running it should be suppressed.
public virtual bool SuppressBuild { get; }