6 references to BaselineCapability
aspire (6)
Backchannel\AppHostBackchannel.cs (6)
126
if (!capabilities.Any(s => s ==
BaselineCapability
))
129
$"AppHost is incompatible with the CLI. The AppHost must be updated to a version that supports the {
BaselineCapability
} capability.",
130
BaselineCapability
138
logger.LogError(ex, "Failed to connect to AppHost backchannel. The AppHost must be updated to a version that supports the {BaselineCapability} capability.",
BaselineCapability
);
140
$"AppHost is incompatible with the CLI. The AppHost must be updated to a version that supports the {
BaselineCapability
} capability.",
141
BaselineCapability