Closed Saibamen closed 4 years ago
Probably should be Constraints
in any case.
What are you expecting it to list?
I expected to print all HttpMethods
:
But selected param (x
in my screenshot) is interface (IActionConstraintMetadata
), so we can't reach that easy HttpMethods
like in debug...
Fix for this issue: https://github.com/ardalis/AspNetCoreRouteDebugger/pull/12
https://github.com/ardalis/AspNetCoreRouteDebugger/blob/50ffcb150ffab477568753f75c4c650b176070f3/SampleProject/Controllers/RoutesController.cs#L32
Even if I have
x.ActionConstraints
this gives me empty listPlus type for parameter should be
DateTime
, not nullable