Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit d39b1a3

Browse files
committed
ActionDescriptor.Parameters is not populated by provider
1 parent 0ab3f0c commit d39b1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.Mvc.Core/ReflectedActionDescriptorProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public List<ReflectedActionDescriptor> Build(ReflectedApplicationModel model)
142142
Name = action.ActionName,
143143
ControllerDescriptor = controllerDescriptor,
144144
MethodInfo = action.ActionMethod,
145-
Parameters = new List<ParameterDescriptor>(),
145+
Parameters = parameterDescriptors,
146146
RouteConstraints = new List<RouteDataActionConstraint>(),
147147
};
148148

0 commit comments

Comments
 (0)