|
//------------------------------------------------------------------------------
// <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 LogsCommandStrings {
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal LogsCommandStrings() {
}
[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.LogsCommandStrings", typeof(LogsCommandStrings).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 Description {
get {
return ResourceManager.GetString("Description", resourceCulture);
}
}
public static string ResourceArgumentDescription {
get {
return ResourceManager.GetString("ResourceArgumentDescription", resourceCulture);
}
}
public static string ProjectOptionDescription {
get {
return ResourceManager.GetString("ProjectOptionDescription", resourceCulture);
}
}
public static string FollowOptionDescription {
get {
return ResourceManager.GetString("FollowOptionDescription", resourceCulture);
}
}
public static string JsonOptionDescription {
get {
return ResourceManager.GetString("JsonOptionDescription", resourceCulture);
}
}
public static string AppHostNotRunning {
get {
return ResourceManager.GetString("AppHostNotRunning", resourceCulture);
}
}
public static string ScanningForRunningAppHosts {
get {
return ResourceManager.GetString("ScanningForRunningAppHosts", resourceCulture);
}
}
public static string SelectAppHost {
get {
return ResourceManager.GetString("SelectAppHost", resourceCulture);
}
}
public static string NoInScopeAppHostsShowingAll {
get {
return ResourceManager.GetString("NoInScopeAppHostsShowingAll", resourceCulture);
}
}
public static string ResourceRequiredWithoutFollow {
get {
return ResourceManager.GetString("ResourceRequiredWithoutFollow", resourceCulture);
}
}
public static string NoResourcesFound {
get {
return ResourceManager.GetString("NoResourcesFound", resourceCulture);
}
}
public static string TailOptionDescription {
get {
return ResourceManager.GetString("TailOptionDescription", resourceCulture);
}
}
public static string TailMustBePositive {
get {
return ResourceManager.GetString("TailMustBePositive", resourceCulture);
}
}
}
}
|