We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When validating a controller with IList model type I get the exception:
System.Reflection.TargetParameterCountException : Parameter count mismatch. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Simplify.Web.Model.Validation.ValidationAttributesExecutor.Validate(Type type, Object value, IDIResolver resolver) at Simplify.Web.Model.HttpModelHandler.Validate[T](ModelBinderEventArgs`1 args, IDIResolver resolver) at Simplify.Web.Model.HttpModelHandler.ProcessAsync[T](IDIResolver resolver) at Simplify.Web.AsyncController`1.ReadModelAsync() at TesterApp.Controllers.Api.v1.TestInIListController.Invoke() in D:\Projects\SimplifyNet\Simplify.Web.Json\src\TesterApp\Controllers\Api\v1\TestInIListController.cs:line 15 at Simplify.Web.Core.Controllers.Execution.ControllerExecutor.Execute(IControllerMetaData controllerMetaData, IDIResolver resolver, HttpContext context, Object routeParameters) at CallSite.Target(Closure , CallSite , Object ) at Simplify.Web.Core.Controllers.ControllersProcessor.ProcessController(IControllerMetaData controllerType, IDIResolver resolver, HttpContext context, Object routeParameters) at CallSite.Target(Closure , CallSite , Object ) at Simplify.Web.Core.Controllers.ControllersProcessor.ProcessControllers(IDIResolver resolver, HttpContext context) at Simplify.Web.Core.Controllers.ControllersRequestHandler.ProcessRequest(IDIResolver resolver, HttpContext context) at Simplify.Web.RequestPipeline.SimplifyWebRequestMiddleware.Invoke(HttpContext context)
No exceptions
The text was updated successfully, but these errors were encountered:
[#240] [add] test
2681c81
[#240] [add] impl
e90bdf7
No branches or pull requests
Actual behavior
When validating a controller with IList model type I get the exception:
Expected behavior
No exceptions
The text was updated successfully, but these errors were encountered: