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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Hey @pranavkm, I just found this issue via 8df3032 and have a question:
I am trying to retrieve the filter metadata for a razor page by inspecting the action descriptors from IActionDescriptorCollectionProvider. However, due to this line, the filter descriptor collection is always empty.
This works perfectly fine for controller actions but from the change it seems that this only works from within the CompiledPageActionDescriptor? Is this really intended that page actions are incompatible to this filter metadata infrastructure? What would be the way to retrieve all page actions then including the applied filters?
Right now any filter attributes on a pagemodel class or handler method are just ignored.
If we can't support this we should make it throw.
The text was updated successfully, but these errors were encountered: