Skip to content
Docs Try Aspire

DetectionResult Methods

Class Methods 1 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)
{
// ...
}
}
language string
appHostFile string