//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Aspire.Cli.Resources {
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class ErrorStrings
{
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ErrorStrings()
{
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Resources.ResourceManager ResourceManager
{
get
{
if (object.Equals(null, resourceMan))
{
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ErrorStrings", typeof(ErrorStrings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set
{
resourceCulture = value;
}
}
public static string MinimumSdkVersionNotMet
{
get
{
return ResourceManager.GetString("MinimumSdkVersionNotMet", resourceCulture);
}
}
public static string DotNetSdkUnavailableAppHostDiscoveryWarning
{
get
{
return ResourceManager.GetString("DotNetSdkUnavailableAppHostDiscoveryWarning", resourceCulture);
}
}
public static string InvalidLocaleProvided
{
get
{
return ResourceManager.GetString("InvalidLocaleProvided", resourceCulture);
}
}
public static string UnsupportedLocaleProvided
{
get
{
return ResourceManager.GetString("UnsupportedLocaleProvided", resourceCulture);
}
}
public static string AlreadyConnectedToBackchannel
{
get
{
return ResourceManager.GetString("AlreadyConnectedToBackchannel", resourceCulture);
}
}
public static string AppHostIncompatibleWithCli
{
get
{
return ResourceManager.GetString("AppHostIncompatibleWithCli", resourceCulture);
}
}
public static string ExtensionIncompatibleWithCli
{
get
{
return ResourceManager.GetString("ExtensionIncompatibleWithCli", resourceCulture);
}
}
public static string CertificateGenerationFailed
{
get
{
return ResourceManager.GetString("CertificateGenerationFailed", resourceCulture);
}
}
public static string CertificatesMayNotBeFullyTrusted
{
get
{
return ResourceManager.GetString("CertificatesMayNotBeFullyTrusted", resourceCulture);
}
}
public static string CertificatesNotTrustedNonInteractive
{
get
{
return ResourceManager.GetString("CertificatesNotTrustedNonInteractive", resourceCulture);
}
}
public static string CertificatesPartiallyTrustedNonInteractive
{
get
{
return ResourceManager.GetString("CertificatesPartiallyTrustedNonInteractive", resourceCulture);
}
}
public static string FailedToRetrieveCachedTemplatePackages
{
get
{
return ResourceManager.GetString("FailedToRetrieveCachedTemplatePackages", resourceCulture);
}
}
public static string FailedToRetrieveCachedAllAspirePackages
{
get
{
return ResourceManager.GetString("FailedToRetrieveCachedAllAspirePackages", resourceCulture);
}
}
public static string FailedToSearchForPackages
{
get
{
return ResourceManager.GetString("FailedToSearchForPackages", resourceCulture);
}
}
public static string FailedToParsePackageSearchResults
{
get
{
return ResourceManager.GetString("FailedToParsePackageSearchResults", resourceCulture);
}
}
public static string AppHostWasSpecifiedButDoesntExist
{
get
{
return ResourceManager.GetString("AppHostWasSpecifiedButDoesntExist", resourceCulture);
}
}
public static string ProjectFileDoesntExist
{
get
{
return ResourceManager.GetString("ProjectFileDoesntExist", resourceCulture);
}
}
public static string ProjectCouldNotBeAnalyzed
{
get
{
return ResourceManager.GetString("ProjectCouldNotBeAnalyzed", resourceCulture);
}
}
public static string ProjectIsNotAppHost
{
get
{
return ResourceManager.GetString("ProjectIsNotAppHost", resourceCulture);
}
}
public static string CouldNotParseAspireSDKVersion
{
get
{
return ResourceManager.GetString("CouldNotParseAspireSDKVersion", resourceCulture);
}
}
public static string AspireSDKVersionNotSupported
{
get
{
return ResourceManager.GetString("AspireSDKVersionNotSupported", resourceCulture);
}
}
public static string UnableToRetrieveAssemblyVersion
{
get
{
return ResourceManager.GetString("UnableToRetrieveAssemblyVersion", resourceCulture);
}
}
public static string CantUseBothWatchAndNoBuild
{
get
{
return ResourceManager.GetString("CantUseBothWatchAndNoBuild", resourceCulture);
}
}
public static string FailedToParseTemplateVersionFromStdout
{
get
{
return ResourceManager.GetString("FailedToParseTemplateVersionFromStdout", resourceCulture);
}
}
public static string MultipleProjectFilesFound
{
get
{
return ResourceManager.GetString("MultipleProjectFilesFound", resourceCulture);
}
}
public static string NoProjectFileFound
{
get
{
return ResourceManager.GetString("NoProjectFileFound", resourceCulture);
}
}
public static string ProjectFileNotAppHostProject
{
get
{
return ResourceManager.GetString("ProjectFileNotAppHostProject", resourceCulture);
}
}
public static string AspireHostingVersionNull
{
get
{
return ResourceManager.GetString("AspireHostingVersionNull", resourceCulture);
}
}
public static string ConfigurationKeyRequired
{
get
{
return ResourceManager.GetString("ConfigurationKeyRequired", resourceCulture);
}
}
public static string ConfigurationValueRequired
{
get
{
return ResourceManager.GetString("ConfigurationValueRequired", resourceCulture);
}
}
public static string GlobalAppHostPathCannotBeSetWithConfigCommand
{
get
{
return ResourceManager.GetString("GlobalAppHostPathCannotBeSetWithConfigCommand", resourceCulture);
}
}
public static string LegacyAppHostPathCannotBeSetWithConfigCommand
{
get
{
return ResourceManager.GetString("LegacyAppHostPathCannotBeSetWithConfigCommand", resourceCulture);
}
}
public static string GlobalAppHostPathIgnored
{
get
{
return ResourceManager.GetString("GlobalAppHostPathIgnored", resourceCulture);
}
}
public static string ConfigurationKeyNotFound
{
get
{
return ResourceManager.GetString("ConfigurationKeyNotFound", resourceCulture);
}
}
public static string ErrorSettingConfiguration
{
get
{
return ResourceManager.GetString("ErrorSettingConfiguration", resourceCulture);
}
}
public static string ErrorDeletingConfiguration
{
get
{
return ResourceManager.GetString("ErrorDeletingConfiguration", resourceCulture);
}
}
public static string ExtensionTokenMustBeSet
{
get
{
return ResourceManager.GetString("ExtensionTokenMustBeSet", resourceCulture);
}
}
public static string InvalidSocketPath
{
get
{
return ResourceManager.GetString("InvalidSocketPath", resourceCulture);
}
}
public static string NoSelectionMade
{
get
{
return ResourceManager.GetString("NoSelectionMade", resourceCulture);
}
}
public static string ProjectFileMayBeUnbuildableAppHost
{
get
{
return ResourceManager.GetString("ProjectFileMayBeUnbuildableAppHost", resourceCulture);
}
}
public static string ProjectFilesCreatedButNodeToolsNotFound
{
get
{
return ResourceManager.GetString("ProjectFilesCreatedButNodeToolsNotFound", resourceCulture);
}
}
public static string AppHostsMayNotBeBuildable
{
get
{
return ResourceManager.GetString("AppHostsMayNotBeBuildable", resourceCulture);
}
}
public static string SingleFileAppHostFeatureNotEnabled
{
get
{
return ResourceManager.GetString("SingleFileAppHostFeatureNotEnabled", resourceCulture);
}
}
public static string CommandNotSupportedWithSingleFileAppHost
{
get
{
return ResourceManager.GetString("CommandNotSupportedWithSingleFileAppHost", resourceCulture);
}
}
public static string ProjectFileUnsupportedInCurrentEnvironment
{
get
{
return ResourceManager.GetString("ProjectFileUnsupportedInCurrentEnvironment", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configuration file '{0}' contains invalid JSON: {1}.
/// </summary>
public static string InvalidJsonInConfigFile {
get {
return ResourceManager.GetString("InvalidJsonInConfigFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The installed Aspire CLI version ({0}) differs from the configured Aspire SDK version ({1}). If you run into errors, run 'aspire update' to align them..
/// </summary>
public static string CodegenVersionSkewWarning {
get {
return ResourceManager.GetString("CodegenVersionSkewWarning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This project uses the legacy 'apphost.ts' layout. Run 'aspire update --migrate' to upgrade to the recommended 'apphost.mts' format. The legacy layout continues to work — this is a non-blocking warning..
/// </summary>
public static string LegacyTypeScriptAppHostWarning {
get {
return ResourceManager.GetString("LegacyTypeScriptAppHostWarning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} SDK code generation failed because the installed Aspire CLI appears to be incompatible with the configured Aspire SDK. Run 'aspire update' to align the CLI and SDK and try again..
/// </summary>
public static string CodegenIncompatibleSdkSummary {
get {
return ResourceManager.GetString("CodegenIncompatibleSdkSummary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Run with '--debug' for full diagnostic details..
/// </summary>
public static string CodegenDebugHint {
get {
return ResourceManager.GetString("CodegenDebugHint", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Diagnostic details:.
/// </summary>
public static string CodegenDebugHeader {
get {
return ResourceManager.GetString("CodegenDebugHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configured AppHost path in '{0}' ('{1}') is empty or contains characters that are not allowed in a file path..
/// </summary>
public static string ConfiguredAppHostPathHasInvalidCharacters {
get {
return ResourceManager.GetString("ConfiguredAppHostPathHasInvalidCharacters", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configured AppHost path in '{0}' ('{1}') must be a JSON string..
/// </summary>
public static string ConfiguredAppHostPathMustBeString {
get {
return ResourceManager.GetString("ConfiguredAppHostPathMustBeString", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configuration file '{0}' must contain a JSON object..
/// </summary>
public static string ConfigurationFileMustBeJsonObject {
get {
return ResourceManager.GetString("ConfigurationFileMustBeJsonObject", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The integration project could not be built..
/// </summary>
public static string IntegrationBuildFailed {
get {
return ResourceManager.GetString("IntegrationBuildFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The integration project could not be built because a referenced project requires a newer version of Aspire.Hosting than this Aspire CLI ({0}) provides. The AppHost server is the CLI itself, so project references in aspire.config.json must target the same version the CLI ships. Either use an Aspire CLI that matches the referenced projects, or reference published packages instead of local projects..
/// </summary>
public static string IntegrationBuildPackageDowngradeFailed {
get {
return ResourceManager.GetString("IntegrationBuildPackageDowngradeFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SDK API export is not supported for {0} because it does not use a code generator..
/// </summary>
public static string SdkExportLanguageDoesNotSupportCodeGeneration {
get {
return ResourceManager.GetString("SdkExportLanguageDoesNotSupportCodeGeneration", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SDK API export cannot export {0} because that package supplies the selected language's code generator instead of an integration API surface..
/// </summary>
public static string SdkExportGeneratorPackageNotExportable {
get {
return ResourceManager.GetString("SdkExportGeneratorPackageNotExportable", resourceCulture);
}
}
}
}