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