|
// <auto-generated>
using System.Reflection;
namespace Microsoft.DotNet.ApiSymbolExtensions
{
internal static partial class Resources
{
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(Resources)));
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>Assembly '{0}' loaded.</summary>
internal static string @AssemblyLoaded => GetResourceString("AssemblyLoaded");
/// <summary>Assembly '{0}' referenced by '{1}' loaded.</summary>
internal static string @AssemblyReferenceLoaded => GetResourceString("AssemblyReferenceLoaded");
/// <summary>Could not resolve reference '{0}' directly or transitively referenced by {1} in any of the provided search directories.</summary>
internal static string @CouldNotResolveReference => GetResourceString("CouldNotResolveReference");
/// <summary>Loading assemblies '{0}'.</summary>
internal static string @LoadingAssemblies => GetResourceString("LoadingAssemblies");
/// <summary>Loading assemblies '{0}' ({1}).</summary>
internal static string @LoadingAssembliesFromArchive => GetResourceString("LoadingAssembliesFromArchive");
/// <summary>Loading assembly '{0}'.</summary>
internal static string @LoadingAssembly => GetResourceString("LoadingAssembly");
/// <summary>Loading assembly '{0}' from stream.</summary>
internal static string @LoadingAssemblyFromStream => GetResourceString("LoadingAssemblyFromStream");
/// <summary>Could not find matching assembly: '{0}' in any of the search directories.</summary>
internal static string @MatchingAssemblyNotFound => GetResourceString("MatchingAssemblyNotFound");
/// <summary>Could not find the provided path '{0}' to load binaries from.</summary>
internal static string @ProvidedPathToLoadBinariesFromNotFound => GetResourceString("ProvidedPathToLoadBinariesFromNotFound");
/// <summary>Provided stream for assembly '{0}' doesn't have any metadata to read. from.</summary>
internal static string @ProvidedStreamDoesNotHaveMetadata => GetResourceString("ProvidedStreamDoesNotHaveMetadata");
/// <summary>'{0}'</summary>
internal static string @RootAssemblyDisplayString => GetResourceString("RootAssemblyDisplayString");
/// <summary>'{0}' ({1})</summary>
internal static string @RootAssemblyFromPackageDisplayString => GetResourceString("RootAssemblyFromPackageDisplayString");
/// <summary>Should not be null and contain at least one element.</summary>
internal static string @ShouldNotBeNullAndContainAtLeastOneElement => GetResourceString("ShouldNotBeNullAndContainAtLeastOneElement");
/// <summary>Should provide a valid assembly name.</summary>
internal static string @ShouldProvideValidAssemblyName => GetResourceString("ShouldProvideValidAssemblyName");
/// <summary>Stream position is greater than it's length, so there are no contents available to read.</summary>
internal static string @StreamPositionGreaterThanLength => GetResourceString("StreamPositionGreaterThanLength");
}
}
|