DetectionResult Properties
Class Properties 4 members
Result of detecting an AppHost in a directory.
Gets the path to the detected AppHost file.
public string? AppHostFile { get; init; } Gets whether a valid AppHost was detected.
public bool IsValid { get; init; } Gets the detected language (e.g., "TypeScript").
public string? Language { get; init; } Creates a result indicating no AppHost was detected.
public static DetectionResult NotFound { get; }