Skip to content
DocsTry Aspire
DocsTry

DetectionResult Methods

ClassMethods1 member
Result of detecting an AppHost in a directory.
Creates a result indicating an AppHost was detected.
public sealed class DetectionResult
{
public static DetectionResult Found(
string language,
string appHostFile)
{
// ...
}
}
languagestring
appHostFilestring