File: Microsoft.DotNet.Configurer.LocalizableStrings.cs
Project: ..\..\..\src\Cli\Microsoft.DotNet.Configurer\Microsoft.DotNet.Configurer.csproj (Microsoft.DotNet.Configurer)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.DotNet.Configurer
{
    internal static partial class LocalizableStrings
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(LocalizableStrings)));
        internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
        [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
        internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
        /// <summary>Welcome to .NET {0}!
        /// ---------------------
        /// SDK Version: {1}</summary>
        internal static string @FirstTimeMessageWelcome => GetResourceString("FirstTimeMessageWelcome");
        /// <summary>The user's home directory could not be determined. Set the '{0}' environment variable to specify the directory to use.</summary>
        internal static string @FailedToDetermineUserHomeDirectory => GetResourceString("FailedToDetermineUserHomeDirectory");
        /// <summary>Telemetry
        /// ---------
        /// The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to ' ...</summary>
        internal static string @TelemetryMessage => GetResourceString("TelemetryMessage");
        /// <summary>----------------
        /// Write your first app: https://aka.ms/dotnet-hello-world
        /// Find out what's new: https://aka.ms/dotnet-whats-new
        /// Explore documentation: https://aka.ms/dotnet-docs
        /// Report issues and find source on GitHub: https://github.com/dotnet/core
        /// Use 'dot ...</summary>
        internal static string @FirstTimeMessageMoreInformation => GetResourceString("FirstTimeMessageMoreInformation");
        /// <summary>----------------
        /// Installed an ASP.NET Core HTTPS development certificate.
        /// To trust the certificate, run 'dotnet dev-certs https --trust'
        /// Learn about HTTPS: https://aka.ms/dotnet-https</summary>
        internal static string @FirstTimeMessageAspNetCertificate => GetResourceString("FirstTimeMessageAspNetCertificate");
 
    }
}