| File: Resources\TelemetryCommandStrings.Designer.cs | Web Access |
| Project: src\src\Aspire.Cli\Aspire.Cli.csproj (aspire) |
//------------------------------------------------------------------------------ // <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()] internal class TelemetryCommandStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal TelemetryCommandStrings() { } /// <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.Cli.Resources.TelemetryCommandStrings", typeof(TelemetryCommandStrings).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 View telemetry data (logs, spans, traces) from a running Aspire application.. /// </summary> internal static string Description { get { return ResourceManager.GetString("Description", resourceCulture); } } /// <summary> /// Looks up a localized string similar to View structured logs from the Dashboard telemetry API.. /// </summary> internal static string LogsDescription { get { return ResourceManager.GetString("LogsDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to View spans from the Dashboard telemetry API.. /// </summary> internal static string SpansDescription { get { return ResourceManager.GetString("SpansDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to View traces from the Dashboard telemetry API.. /// </summary> internal static string TracesDescription { get { return ResourceManager.GetString("TracesDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Filter by resource name.. /// </summary> internal static string ResourceArgumentDescription { get { return ResourceManager.GetString("ResourceArgumentDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Stream telemetry in real-time as it arrives.. /// </summary> internal static string FollowOptionDescription { get { return ResourceManager.GetString("FollowOptionDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Output format (Table or Json).. /// </summary> internal static string FormatOptionDescription { get { return ResourceManager.GetString("FormatOptionDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Maximum number of items to return.. /// </summary> internal static string LimitOptionDescription { get { return ResourceManager.GetString("LimitOptionDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Filter by trace ID.. /// </summary> internal static string TraceIdOptionDescription { get { return ResourceManager.GetString("TraceIdOptionDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The trace ID to view. If not specified, lists all traces.. /// </summary> internal static string TraceIdArgumentDescription { get { return ResourceManager.GetString("TraceIdArgumentDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Filter logs by minimum severity (Trace, Debug, Information, Warning, Error, Critical).. /// </summary> internal static string SeverityOptionDescription { get { return ResourceManager.GetString("SeverityOptionDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Filter by error status (true to show only errors, false to exclude errors).. /// </summary> internal static string HasErrorOptionDescription { get { return ResourceManager.GetString("HasErrorOptionDescription", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The --limit value must be a positive number.. /// </summary> internal static string LimitMustBePositive { get { return ResourceManager.GetString("LimitMustBePositive", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dashboard API is not available. Ensure the apphost is running with Dashboard enabled.. /// </summary> internal static string DashboardApiNotAvailable { get { return ResourceManager.GetString("DashboardApiNotAvailable", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Failed to fetch telemetry: {0}. /// </summary> internal static string FailedToFetchTelemetry { get { return ResourceManager.GetString("FailedToFetchTelemetry", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Trace with ID '{0}' was not found.. /// </summary> internal static string TraceNotFound { get { return ResourceManager.GetString("TraceNotFound", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dashboard API returned unexpected content type. Expected JSON response.. /// </summary> internal static string UnexpectedContentType { get { return ResourceManager.GetString("UnexpectedContentType", resourceCulture); } } internal static string SelectAppHostAction { get { return ResourceManager.GetString("SelectAppHostAction", resourceCulture); } } internal static string HeaderTimestamp { get { return ResourceManager.GetString("HeaderTimestamp", resourceCulture); } } internal static string HeaderName { get { return ResourceManager.GetString("HeaderName", resourceCulture); } } internal static string HeaderDuration { get { return ResourceManager.GetString("HeaderDuration", resourceCulture); } } internal static string HeaderSpans { get { return ResourceManager.GetString("HeaderSpans", resourceCulture); } } internal static string HeaderStatus { get { return ResourceManager.GetString("HeaderStatus", resourceCulture); } } } }