2 references to IsCompatibleAppHostIsNull
aspire (2)
Commands\ExecCommand.cs (1)
155
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.
IsCompatibleAppHostIsNull
))
Commands\RunCommand.cs (1)
182
if (!appHostCompatibilityCheck?.IsCompatibleAppHost ?? throw new InvalidOperationException(RunCommandStrings.
IsCompatibleAppHostIsNull
))