File: artifacts\obj\Microsoft.Extensions.Hosting\Debug\net10.0\System.SR.cs
Project: src\src\libraries\Microsoft.Extensions.Hosting\src\Microsoft.Extensions.Hosting.csproj (Microsoft.Extensions.Hosting)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.Microsoft.Extensions.Hosting
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        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(FxResources.Microsoft.Extensions.Hosting.SR)));
 
        /// <summary>The application name changed from "{0}" to "{1}". Changing host configuration is not supported.</summary>
        internal static string @ApplicationNameChangeNotSupported => GetResourceString("ApplicationNameChangeNotSupported", @"The application name changed from ""{0}"" to ""{1}"". Changing host configuration is not supported.");
        /// <summary>The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will no ...</summary>
        internal static string @BackgroundServiceExceptionStoppedHost => GetResourceString("BackgroundServiceExceptionStoppedHost", @"The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.");
        /// <summary>Build can only be called once.</summary>
        internal static string @BuildCalled => GetResourceString("BuildCalled", @"Build can only be called once.");
        /// <summary>The content root changed from "{0}" to "{1}". Changing host configuration is not supported.</summary>
        internal static string @ContentRootChangeNotSupported => GetResourceString("ContentRootChangeNotSupported", @"The content root changed from ""{0}"" to ""{1}"". Changing host configuration is not supported.");
        /// <summary>CreateBuilder must be called before CreateServiceProvider</summary>
        internal static string @CreateBuilderCallBeforeCreateServiceProvider => GetResourceString("CreateBuilderCallBeforeCreateServiceProvider", @"CreateBuilder must be called before CreateServiceProvider");
        /// <summary>The environment name changed from "{0}" to "{1}". Changing host configuration is not supported.</summary>
        internal static string @EnvironmentNameChangeNotSupoprted => GetResourceString("EnvironmentNameChangeNotSupoprted", @"The environment name changed from ""{0}"" to ""{1}"". Changing host configuration is not supported.");
        /// <summary>Replacing IHostApplicationLifetime is not supported.</summary>
        internal static string @IHostApplicationLifetimeReplacementNotSupported => GetResourceString("IHostApplicationLifetimeReplacementNotSupported", @"Replacing IHostApplicationLifetime is not supported.");
        /// <summary>The IServiceProviderFactory returned a null IServiceProvider</summary>
        internal static string @NullIServiceProvider => GetResourceString("NullIServiceProvider", @"The IServiceProviderFactory returned a null IServiceProvider");
        /// <summary>The resolver returned a null IServiceProviderFactory</summary>
        internal static string @ResolverReturnedNull => GetResourceString("ResolverReturnedNull", @"The resolver returned a null IServiceProviderFactory");
 
    }
}