DetectionResult
Class sealed net8.0
Result of detecting an AppHost in a directory.
namespace Aspire.TypeSystem;
public sealed class DetectionResult{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesAppHostFileget; initstring? Gets the path to the detected AppHost file.
IsValidget; initbool Gets whether a valid AppHost was detected.
Languageget; initstring? Gets the detected language (e.g., "TypeScript").
NotFoundstaticget Creates a result indicating no AppHost was detected.