IProjectMetadata
Interfacenet10.0
Represents metadata about a project resource.
namespace Aspire.Hosting;
public interface IProjectMetadata : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Properties4
Section titled Propertiesbool Gets a value indicating whether the project is a file-based app (a .cs file) rather than a full project (.csproj).
bool Gets a value indicating whether building the project before running it should be suppressed.