|
// <auto-generated>
using System.Reflection;
namespace FxResources.Microsoft.Extensions.Configuration.CommandLine
{
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.Configuration.CommandLine.SR)));
/// <summary>Keys in switch mappings are case-insensitive. A duplicated key '{0}' was found.</summary>
internal static string @Error_DuplicatedKeyInSwitchMappings => GetResourceString("Error_DuplicatedKeyInSwitchMappings", @"Keys in switch mappings are case-insensitive. A duplicated key '{0}' was found.");
/// <summary>The switch mappings contain an invalid switch '{0}'.</summary>
internal static string @Error_InvalidSwitchMapping => GetResourceString("Error_InvalidSwitchMapping", @"The switch mappings contain an invalid switch '{0}'.");
/// <summary>The short switch '{0}' is not defined in the switch mappings.</summary>
internal static string @Error_ShortSwitchNotDefined => GetResourceString("Error_ShortSwitchNotDefined", @"The short switch '{0}' is not defined in the switch mappings.");
}
}
|