|
// <auto-generated>
using System.Reflection;
namespace FxResources.Microsoft.Extensions.Configuration.Json
{
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.Json.SR)));
/// <summary>File path must be a non-empty string.</summary>
internal static string @Error_InvalidFilePath => GetResourceString("Error_InvalidFilePath");
/// <summary>Top-level JSON element must be an object. Instead, '{0}' was found.</summary>
internal static string @Error_InvalidTopLevelJSONElement => GetResourceString("Error_InvalidTopLevelJSONElement");
/// <summary>Could not parse the JSON file.</summary>
internal static string @Error_JSONParseError => GetResourceString("Error_JSONParseError");
/// <summary>A duplicate key '{0}' was found.</summary>
internal static string @Error_KeyIsDuplicated => GetResourceString("Error_KeyIsDuplicated");
/// <summary>Unsupported JSON token '{0}' was found.</summary>
internal static string @Error_UnsupportedJSONToken => GetResourceString("Error_UnsupportedJSONToken");
}
}
|