12 references to GetResourceString
Microsoft.Extensions.Configuration.Binder (12)
artifacts\obj\Microsoft.Extensions.Configuration.Binder\Debug\net10.0\System.SR.cs (12)
16internal static string @Error_CannotActivateAbstractOrInterface => GetResourceString("Error_CannotActivateAbstractOrInterface", @"Cannot create instance of type '{0}' because it is either abstract or an interface."); 18internal static string @Error_CannotBindToConstructorParameter => GetResourceString("Error_CannotBindToConstructorParameter", @"Cannot create instance of type '{0}' because one or more parameters cannot be bound to. Constructor parameters cannot be declared as in, out, or ref. Invalid parameters are: '{1}'"); 20internal static string @Error_ConstructorParametersDoNotMatchProperties => GetResourceString("Error_ConstructorParametersDoNotMatchProperties", @"Cannot create instance of type '{0}' because one or more parameters cannot be bound to. Constructor parameters must have corresponding properties. Fields are not supported. Missing properties are: '{1}'"); 22internal static string @Error_FailedBinding => GetResourceString("Error_FailedBinding", @"Failed to convert configuration value at '{0}' to type '{1}'."); 24internal static string @Error_FailedToActivate => GetResourceString("Error_FailedToActivate", @"Failed to create instance of type '{0}'."); 26internal static string @Error_GeneralErrorWhenBinding => GetResourceString("Error_GeneralErrorWhenBinding", @"'{0}' was set and binding has failed. The likely cause is an invalid configuration value."); 28internal static string @Error_MissingConfig => GetResourceString("Error_MissingConfig", @"'{0}' was set on the provided {1}, but the following properties were not found on the instance of {2}: {3}"); 30internal static string @Error_MissingPublicInstanceConstructor => GetResourceString("Error_MissingPublicInstanceConstructor", @"Cannot create instance of type '{0}' because it is missing a public instance constructor."); 32internal static string @Error_MultipleParameterizedConstructors => GetResourceString("Error_MultipleParameterizedConstructors", @"Cannot create instance of type '{0}' because it has multiple public parameterized constructors."); 34internal static string @Error_ParameterBeingBoundToIsUnnamed => GetResourceString("Error_ParameterBeingBoundToIsUnnamed", @"Cannot create instance of type '{0}' because one or more parameters are unnamed."); 36internal static string @Error_ParameterHasNoMatchingConfig => GetResourceString("Error_ParameterHasNoMatchingConfig", @"Cannot create instance of type '{0}' because parameter '{1}' has no matching config. Each parameter in the constructor that does not have a default value must have a corresponding config entry."); 38internal static string @Error_UnsupportedMultidimensionalArray => GetResourceString("Error_UnsupportedMultidimensionalArray", @"Cannot create instance of type '{0}' because multidimensional arrays are not supported.");