6 references to BaselineCapability
aspire (6)
Backchannel\AppHostBackchannel.cs (6)
126if (!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.", 130BaselineCapability 138logger.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.", 141BaselineCapability