thrownewInvalidOperationException(string.Format("A parameterless default constructor or one matching signature {0} is required for {1} materialization",proposedTypes,type.FullName));
thrownewInvalidOperationException($"A parameterless default constructor or one matching signature {proposedTypes} is required for {type.FullName} materialization");
}
}
if(ctor.GetParameters().Length==0)
if(ctor.GetParameters().Length==0)
...
@@ -2789,7 +2778,7 @@ static MethodInfo ResolveOperator(MethodInfo[] methods, Type from, Type to, stri
...
@@ -2789,7 +2778,7 @@ static MethodInfo ResolveOperator(MethodInfo[] methods, Type from, Type to, stri