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
<value>The [FromKeyedServices] attribute is not supported on parameters that are also annotated with IFromServiceMetadata. For more information, please see https://aka.ms/aspnet/rdg-known-issues</value>
=>$"The public parameterized constructor must contain only parameters that match the declared public properties for type '{TypeNameHelper.GetTypeDisplayName(type,fullName:false)}'. For more information, please see https://aka.ms/aspnet/rdg-known-issues";
52
52
53
+
staticstringGetEnumerableTypeError(Typetype)
54
+
=>$"The enumerable type '{TypeNameHelper.GetTypeDisplayName(type,fullName:false)}' is not supported. For more information, please see https://aka.ms/aspnet/rdg-known-issues";
0 commit comments