You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varmsg=$"Falha ao procurar um construtor para {context.BuildKey.Type.FullName}\n"+
119
-
$"Há uma abiquidade entre os construtores";
117
+
varmsg=$"Failed to search for a constructor for {context.BuildKey.Type.FullName}{Environment.NewLine}There is an abnormality between the constructors";
120
118
thrownewInvalidOperationException(msg);
121
119
}
122
120
else
@@ -131,7 +129,7 @@ private ConstructorInfo Other(ConstructorInfo[] constructors, IBuilderContext co
131
129
{
132
130
//return null;
133
131
thrownewInvalidOperationException(
134
-
$"Construtor não encontrado para{context.BuildKey.Type.FullName}");
132
+
$"Constructor not found for{context.BuildKey.Type.FullName}");
0 commit comments