| File: Resources\MessageStrings.Designer.cs | Web Access |
| Project: src\src\Aspire.Hosting.DevTunnels\Aspire.Hosting.DevTunnels.csproj (Aspire.Hosting.DevTunnels) |
//------------------------------------------------------------------------------ // <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.DevTunnels.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.DevTunnels.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 Dev tunnels authentication has expired. Restart the dev tunnel resources to re-authenticate.. /// </summary> internal static string AuthenticationExpiredNotification { get { return ResourceManager.GetString("AuthenticationExpiredNotification", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dev tunnels requires authentication to continue:. /// </summary> internal static string AuthenticationRequiredNotification { get { return ResourceManager.GetString("AuthenticationRequiredNotification", resourceCulture); } } /// <summary> /// Looks up a localized string similar to The installed devtunnel CLI version {0} is not supported. Version {1} or higher is required.. /// </summary> internal static string DevtunnelCliVersionNotSupported { get { return ResourceManager.GetString("DevtunnelCliVersionNotSupported", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dev tunnel '{0}' is active with {1} host connections and {2} ports.. /// </summary> internal static string DevTunnelHealthy { get { return ResourceManager.GetString("DevTunnelHealthy", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dev tunnel port '{0}' on dev tunnel '{1}' is active.. /// </summary> internal static string DevTunnelPortHealthy { get { return ResourceManager.GetString("DevTunnelPortHealthy", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Failed to check port '{0}' on dev tunnel '{1}': {2}. /// </summary> internal static string DevTunnelPortUnhealthy_Error { get { return ResourceManager.GetString("DevTunnelPortUnhealthy_Error", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dev tunnel port '{0}' on dev tunnel '{1}' status is not known.. /// </summary> internal static string DevTunnelPortUnhealthy_StatusUnknown { get { return ResourceManager.GetString("DevTunnelPortUnhealthy_StatusUnknown", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Failed to check dev tunnel '{0}': {1}. /// </summary> internal static string DevTunnelUnhealthy_Error { get { return ResourceManager.GetString("DevTunnelUnhealthy_Error", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dev tunnel '{0}' has no active host connections.. /// </summary> internal static string DevTunnelUnhealthy_NoActiveHostConnections { get { return ResourceManager.GetString("DevTunnelUnhealthy_NoActiveHostConnections", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Dev tunnel '{0}' port '{1}' is not active.. /// </summary> internal static string DevTunnelUnhealthy_PortInactive { get { return ResourceManager.GetString("DevTunnelUnhealthy_PortInactive", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Login with GitHub. /// </summary> internal static string LoginWithGitHub { get { return ResourceManager.GetString("LoginWithGitHub", resourceCulture); } } /// <summary> /// Looks up a localized string similar to Login with Microsoft. /// </summary> internal static string LoginWithMicrosoft { get { return ResourceManager.GetString("LoginWithMicrosoft", resourceCulture); } } } }