IProjectMetadata
Interface net10.0
Represents metadata about a project resource.
namespace Aspire.Hosting;
public interface IProjectMetadata : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Properties4
Section titled PropertiesIsFileBasedAppvirtualgetbool Gets a value indicating whether the project is a file-based app (a .cs file) rather than a full project (.csproj).
LaunchSettingsvirtualget Gets the launch settings associated with the project.
ProjectPathabstractgetstring Gets the fully-qualified path to the project or file-based app file.
SuppressBuildvirtualgetbool Gets a value indicating whether building the project before running it should be suppressed.