|
//------------------------------------------------------------------------------
// <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.Cli.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()]
public class RootCommandStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal RootCommandStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.RootCommandStrings", typeof(RootCommandStrings).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)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Display the animated Aspire CLI welcome banner..
/// </summary>
public static string BannerArgumentDescription {
get {
return ResourceManager.GetString("BannerArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CLI — version {0}.
/// </summary>
public static string BannerVersionFormat {
get {
return ResourceManager.GetString("BannerVersionFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to the.
/// </summary>
public static string BannerWelcomeText {
get {
return ResourceManager.GetString("BannerWelcomeText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Wait for a debugger to attach before executing the command..
/// </summary>
public static string CliWaitForDebuggerArgumentDescription {
get {
return ResourceManager.GetString("CliWaitForDebuggerArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enable debug logging to the console..
/// </summary>
public static string DebugArgumentDescription {
get {
return ResourceManager.GetString("DebugArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The Aspire CLI can be used to create, run, and publish Aspire-based applications..
/// </summary>
public static string Description {
get {
return ResourceManager.GetString("Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Telemetry
///---------
///
///The Aspire CLI collects usage data. It is collected by Microsoft and is used to help us improve your experience. You can opt out of telemetry by setting the ASPIRE_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your preferred shell.
///
///Read more about Aspire CLI telemetry: https://aka.ms/aspire/cli-telemetry.
/// </summary>
public static string FirstTimeUseTelemetryNotice {
get {
return ResourceManager.GetString("FirstTimeUseTelemetryNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to Aspire! Learn more about Aspire at https://aspire.dev.
/// </summary>
public static string FirstTimeUseWelcome {
get {
return ResourceManager.GetString("FirstTimeUseWelcome", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Suppress the startup banner and telemetry notice..
/// </summary>
public static string NoLogoArgumentDescription {
get {
return ResourceManager.GetString("NoLogoArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Wait for a debugger to attach before executing the command..
/// </summary>
public static string WaitForDebuggerArgumentDescription {
get {
return ResourceManager.GetString("WaitForDebuggerArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Waiting for debugger to attach to CLI process ID: {0}.
/// </summary>
public static string WaitingForDebugger {
get {
return ResourceManager.GetString("WaitingForDebugger", resourceCulture);
}
}
}
}
|