|
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Aspire.Hosting.Resources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class MessageStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal MessageStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Hosting.Resources.MessageStrings", typeof(MessageStrings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Anonymous volumes cannot be read-only..
/// </summary>
internal static string ContainerMountAnonymousVolumesReadOnlyExceptionMessage {
get {
return ResourceManager.GetString("ContainerMountAnonymousVolumesReadOnlyExceptionMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bind mounts must specify an absolute path..
/// </summary>
internal static string ContainerMountBindMountsRequireRootedPaths {
get {
return ResourceManager.GetString("ContainerMountBindMountsRequireRootedPaths", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bind mounts must specify a source path..
/// </summary>
internal static string ContainerMountBindMountsRequireSourceExceptionMessage {
get {
return ResourceManager.GetString("ContainerMountBindMountsRequireSourceExceptionMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Application orchestrator dependency check returned an error: {0}.
/// </summary>
internal static string DcpDependencyCheckFailedMessage {
get {
return ResourceManager.GetString("DcpDependencyCheckFailedMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Newer version of the Aspire.Hosting.AppHost package is required to run the application. Ensure you are referencing at least version '{0}'..
/// </summary>
internal static string DcpVersionCheckTooLowMessage {
get {
return ResourceManager.GetString("DcpVersionCheckTooLowMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Installation instructions.
/// </summary>
internal static string InstallationInstructions {
get {
return ResourceManager.GetString("InstallationInstructions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Missing command.
/// </summary>
internal static string MissingCommandNotificationTitle {
get {
return ResourceManager.GetString("MissingCommandNotificationTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Required command '{0}' was not found on PATH or at the specified location..
/// </summary>
internal static string RequiredCommandNotFound {
get {
return ResourceManager.GetString("RequiredCommandNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Required command '{0}' was not found on PATH or at the specified location. For installation instructions, see: {1}.
/// </summary>
internal static string RequiredCommandNotFoundWithLink {
get {
return ResourceManager.GetString("RequiredCommandNotFoundWithLink", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Command '{0}' validation failed: {1}.
/// </summary>
internal static string RequiredCommandValidationFailed {
get {
return ResourceManager.GetString("RequiredCommandValidationFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Command '{0}' validation failed: {1}. For installation instructions, see: {2}.
/// </summary>
internal static string RequiredCommandValidationFailedWithLink {
get {
return ResourceManager.GetString("RequiredCommandValidationFailedWithLink", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Resource '{0}' has a persistent lifetime but the AppHost project does not have user secrets configured. Generated parameter values (such as passwords) may change on each restart, causing persistent containers to be recreated. Run 'aspire secret set' in the AppHost directory to configure secrets..
/// </summary>
internal static string PersistentContainerWithoutUserSecrets {
get {
return ResourceManager.GetString("PersistentContainerWithoutUserSecrets", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Resource '{0}' may fail to start: {1}.
/// </summary>
internal static string ResourceMayFailToStart {
get {
return ResourceManager.GetString("ResourceMayFailToStart", resourceCulture);
}
}
}
}
|