File: artifacts\obj\System.Composition.Hosting\Debug\net9.0\System.SR.cs
Project: src\src\libraries\System.Composition.Hosting\src\System.Composition.Hosting.csproj (System.Composition.Hosting)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Composition.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.System.Composition.Hosting.SR)));
 
        /// <summary>No export was found for the contract '{0}'</summary>
        internal static string @Dependency_ExportNotFound => GetResourceString("Dependency_ExportNotFound", @"No export was found for the contract '{0}'");
        /// <summary>'{0}'</summary>
        internal static string @Dependency_QuoteParameter => GetResourceString("Dependency_QuoteParameter", @"'{0}'");
        /// <summary>Only one export for the contract '{0}' is allowed, but the following parts: {1} export it.</summary>
        internal static string @Dependency_TooManyExports => GetResourceString("Dependency_TooManyExports", @"Only one export for the contract '{0}' is allowed, but the following parts: {1} export it.");
        /// <summary>'{0}' on contract '{1}' supplied by {2}</summary>
        internal static string @Dependency_ToStringFormat => GetResourceString("Dependency_ToStringFormat", @"'{0}' on contract '{1}' supplied by {2}");
        /// <summary>{0} supplied by {1}</summary>
        internal static string @ExportDescriptor_ToStringFormat => GetResourceString("ExportDescriptor_ToStringFormat", @"{0} supplied by {1}");
        /// <summary>&lt;none&gt;</summary>
        internal static string @Formatter_None => GetResourceString("Formatter_None", @"<none>");
        /// <summary>Metadata value circularity not possible, use lazy initialization.</summary>
        internal static string @NotImplemented_MetadataCycles => GetResourceString("NotImplemented_MetadataCycles", @"Metadata value circularity not possible, use lazy initialization.");
        /// <summary>"Only one export for the contract '{0}' is allowed, multiple implementations were found."</summary>
        internal static string @CardinalityMismatch_TooManyExports => GetResourceString("CardinalityMismatch_TooManyExports", @"""Only one export for the contract '{0}' is allowed, multiple implementations were found.""");
        /// <summary>Exception Thrown: {0}\r\n</summary>
        internal static string @Diagnostic_ThrowingException => GetResourceString("Diagnostic_ThrowingException", @"Exception Thrown: {0}\r\n");
        /// <summary>-&gt; required by initial request for contract '{0}'</summary>
        internal static string @ExportDescriptor_DependencyErrorContract => GetResourceString("ExportDescriptor_DependencyErrorContract", @"-> required by initial request for contract '{0}'");
        /// <summary>-&gt; required by import '{0}' of part '{1}'</summary>
        internal static string @ExportDescriptor_DependencyErrorLine => GetResourceString("ExportDescriptor_DependencyErrorLine", @"-> required by import '{0}' of part '{1}'");
        /// <summary>Detected an unsupported cycle for part '{0}'. To construct a valid cycle, at least one part in the cycle must be shared, and at least one import in the cycle must be non-prerequisite (e.g. a property).</summary>
        internal static string @ExportDescriptor_UnsupportedCycle => GetResourceString("ExportDescriptor_UnsupportedCycle", @"Detected an unsupported cycle for part '{0}'. To construct a valid cycle, at least one part in the cycle must be shared, and at least one import in the cycle must be non-prerequisite (e.g. a property).");
        /// <summary>The component (unknown) cannot be created outside the {0} sharing boundary.</summary>
        internal static string @Component_NotCreatableOutsideSharingBoundary => GetResourceString("Component_NotCreatableOutsideSharingBoundary", @"The component (unknown) cannot be created outside the {0} sharing boundary.");
        /// <summary>The type '{0}' cannot be used as a metadata view. A metadata view must be a concrete class with a parameterless or dictionary constructor.</summary>
        internal static string @MetadataViewProvider_InvalidViewImplementation => GetResourceString("MetadataViewProvider_InvalidViewImplementation", @"The type '{0}' cannot be used as a metadata view. A metadata view must be a concrete class with a parameterless or dictionary constructor.");
        /// <summary>Export metadata for '{0}' is missing and no default value was supplied.</summary>
        internal static string @MetadataViewProvider_MissingMetadata => GetResourceString("MetadataViewProvider_MissingMetadata", @"Export metadata for '{0}' is missing and no default value was supplied.");
        /// <summary>,</summary>
        internal static string @Formatter_ListSeparatorWithSpace => GetResourceString("Formatter_ListSeparatorWithSpace", @",");
        /// <summary>Sharing lock already taken in this operation.</summary>
        internal static string @Sharing_Lock_Taken => GetResourceString("Sharing_Lock_Taken", @"Sharing lock already taken in this operation.");
        /// <summary>Update is finished - dependencies should have been requested earlier.</summary>
        internal static string @Dependencies_Should_Be_Requested_Earlier => GetResourceString("Dependencies_Should_Be_Requested_Earlier", @"Update is finished - dependencies should have been requested earlier.");
        /// <summary>An item with the key '{0}' has already been added.</summary>
        internal static string @Key_Already_Exist => GetResourceString("Key_Already_Exist", @"An item with the key '{0}' has already been added.");
        /// <summary>Providers remain to be queried.</summary>
        internal static string @Providers_Remain_To_Be_Queried => GetResourceString("Providers_Remain_To_Be_Queried", @"Providers remain to be queried.");
        /// <summary>Internal error occurred. Additional information: '{0}'.</summary>
        internal static string @Diagnostic_InternalExceptionMessage => GetResourceString("Diagnostic_InternalExceptionMessage", @"Internal error occurred. Additional information: '{0}'.");
        /// <summary>The update has already executed.</summary>
        internal static string @Update_already_executed => GetResourceString("Update_already_executed", @"The update has already executed.");
 
    }
}