| File: src\runtime\artifacts\obj\System.Composition.TypedParts\Release\net11.0\System.SR.cs | |
| Project: src\runtime\src\libraries\System.Composition.TypedParts\src\System.Composition.TypedParts.csproj (System.Composition.TypedParts) |
// <auto-generated> using System.Reflection; namespace FxResources.System.Composition.TypedParts { 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.TypedParts.SR))); /// <summary>Missing dependency '{0}' on '{1}'.</summary> internal static string @CompositionContextExtensions_MissingDependency => GetResourceString("CompositionContextExtensions_MissingDependency"); /// <summary>The default conventions for the container configuration have already been set.</summary> internal static string @ContainerConfiguration_DefaultConventionSet => GetResourceString("ContainerConfiguration_DefaultConventionSet"); /// <summary>Multiple imports have been configured for '{0}'. At most one import can be applied to a single site.</summary> internal static string @ContractHelpers_TooManyImports => GetResourceString("ContractHelpers_TooManyImports"); /// <summary>Multiple importing constructors were found on type '{0}'.</summary> internal static string @DiscoveredPart_MultipleImportingConstructorsFound => GetResourceString("DiscoveredPart_MultipleImportingConstructorsFound"); /// <summary>No importing constructor was found on type '{0}'.</summary> internal static string @DiscoveredPart_NoImportingConstructorsFound => GetResourceString("DiscoveredPart_NoImportingConstructorsFound"); /// <summary>The method {0}.{1} has the OnImportsSatisfied attribute applied, but is not a public or internal parameterless instance method returning void.</summary> internal static string @OnImportsSatisfiedFeature_AttributeError => GetResourceString("OnImportsSatisfiedFeature_AttributeError"); /// <summary>Exported contract '{0}' of open generic part '{1}' does not match the generic arguments of the class.</summary> internal static string @TypeInspector_ArgumentMismatch => GetResourceString("TypeInspector_ArgumentMismatch"); /// <summary>Exported contract type '{0}' is not assignable from part '{1}'.</summary> internal static string @TypeInspector_ContractNotAssignable => GetResourceString("TypeInspector_ContractNotAssignable"); /// <summary>Exported contract type '{0}' is not assignable from property '{1}' of part '{2}'.</summary> internal static string @TypeInspector_ExportedContractTypeNotAssignable => GetResourceString("TypeInspector_ExportedContractTypeNotAssignable"); /// <summary>The open generic export '{0}' on part '{1}' is not compatible with the contract '{2}'.</summary> internal static string @TypeInspector_ExportNotCompatible => GetResourceString("TypeInspector_ExportNotCompatible"); /// <summary>Open generic part '{0}' cannot export non-generic contract '{1}'.</summary> internal static string @TypeInspector_NoExportNonGenericContract => GetResourceString("TypeInspector_NoExportNonGenericContract"); } }