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