File: artifacts\obj\dotnet-user-jwts\Release\net9.0\Microsoft.AspNetCore.Tools.SecretsHelpersResources.cs
Project: src\src\Tools\dotnet-user-jwts\src\dotnet-user-jwts.csproj (dotnet-user-jwts)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.AspNetCore.Tools
{
    internal static partial class SecretsHelpersResources
    {
        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(SecretsHelpersResources)));
        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);
 
        private static string GetResourceString(string resourceKey, string[] formatterNames)
        {
           var value = GetResourceString(resourceKey);
           if (formatterNames != null)
           {
               for (var i = 0; i < formatterNames.Length; i++)
               {
                   value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}");
               }
           }
           return value;
        }
 
        /// <summary>The UserSecretsId '{userSecretsId}' cannot contain any characters that cannot be used in a file path.</summary>
        internal static string @Error_InvalidSecretsId => GetResourceString("Error_InvalidSecretsId");
        /// <summary>The UserSecretsId '{userSecretsId}' cannot contain any characters that cannot be used in a file path.</summary>
        internal static string FormatError_InvalidSecretsId(object userSecretsId)
           => string.Format(Culture, GetResourceString("Error_InvalidSecretsId", new [] { "userSecretsId" }), userSecretsId);
 
        /// <summary>Multiple MSBuild project files found in '{projectPath}'. Specify which to use with the --project option.</summary>
        internal static string @Error_MultipleProjectsFound => GetResourceString("Error_MultipleProjectsFound");
        /// <summary>Multiple MSBuild project files found in '{projectPath}'. Specify which to use with the --project option.</summary>
        internal static string FormatError_MultipleProjectsFound(object projectPath)
           => string.Format(Culture, GetResourceString("Error_MultipleProjectsFound", new [] { "projectPath" }), projectPath);
 
        /// <summary>Could not find a MSBuild project file in '{projectPath}'. Specify which project to use with the --project option.</summary>
        internal static string @Error_NoProjectsFound => GetResourceString("Error_NoProjectsFound");
        /// <summary>Could not find a MSBuild project file in '{projectPath}'. Specify which project to use with the --project option.</summary>
        internal static string FormatError_NoProjectsFound(object projectPath)
           => string.Format(Culture, GetResourceString("Error_NoProjectsFound", new [] { "projectPath" }), projectPath);
 
        /// <summary>Could not load the MSBuild project '{project}'.</summary>
        internal static string @Error_ProjectFailedToLoad => GetResourceString("Error_ProjectFailedToLoad");
        /// <summary>Could not load the MSBuild project '{project}'.</summary>
        internal static string FormatError_ProjectFailedToLoad(object project)
           => string.Format(Culture, GetResourceString("Error_ProjectFailedToLoad", new [] { "project" }), project);
 
        /// <summary>Could not find the global property 'UserSecretsId' in MSBuild project '{project}'. Ensure this property is set in the project or use the '--id' command line option.</summary>
        internal static string @Error_ProjectMissingId => GetResourceString("Error_ProjectMissingId");
        /// <summary>Could not find the global property 'UserSecretsId' in MSBuild project '{project}'. Ensure this property is set in the project or use the '--id' command line option.</summary>
        internal static string FormatError_ProjectMissingId(object project)
           => string.Format(Culture, GetResourceString("Error_ProjectMissingId", new [] { "project" }), project);
 
        /// <summary>The project file '{0}' does not exist.</summary>
        internal static string @Error_ProjectPath_NotFound => GetResourceString("Error_ProjectPath_NotFound");
        /// <summary>The project file '{0}' does not exist.</summary>
        internal static string FormatError_ProjectPath_NotFound(object p0)
           => string.Format(Culture, GetResourceString("Error_ProjectPath_NotFound"), p0);
 
        /// <summary>The MSBuild project '{project}' has already been initialized with a UserSecretsId.</summary>
        internal static string @Message_ProjectAlreadyInitialized => GetResourceString("Message_ProjectAlreadyInitialized");
        /// <summary>The MSBuild project '{project}' has already been initialized with a UserSecretsId.</summary>
        internal static string FormatMessage_ProjectAlreadyInitialized(object project)
           => string.Format(Culture, GetResourceString("Message_ProjectAlreadyInitialized", new [] { "project" }), project);
 
        /// <summary>Project file path {project}.</summary>
        internal static string @Message_Project_File_Path => GetResourceString("Message_Project_File_Path");
        /// <summary>Project file path {project}.</summary>
        internal static string FormatMessage_Project_File_Path(object project)
           => string.Format(Culture, GetResourceString("Message_Project_File_Path", new [] { "project" }), project);
 
        /// <summary>Set UserSecretsId to '{userSecretsId}' for MSBuild project '{project}'.</summary>
        internal static string @Message_SetUserSecretsIdForProject => GetResourceString("Message_SetUserSecretsIdForProject");
        /// <summary>Set UserSecretsId to '{userSecretsId}' for MSBuild project '{project}'.</summary>
        internal static string FormatMessage_SetUserSecretsIdForProject(object userSecretsId, object project)
           => string.Format(Culture, GetResourceString("Message_SetUserSecretsIdForProject", new [] { "userSecretsId", "project" }), userSecretsId, project);
 
 
    }
}