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.
As a consumer of the logging output from this Assembly Discovery, I would like to know what was discovered, the actions that are a part of the action, the different parameters for those actions, what the action accepts (get vs post, etc), any filters defined on that controller and then action, the library & assembly the controller was found in, if a controller failed to be registered because it didn't end with the "Controller" postfix, etc.
Additionally, if this issue is a catch for other type discovery, I would like the same sort of details for View Components (which are discovered like controllers are). I would have very similar expectation for View Components as I do for Controllers.
if a controller failed to be registered because it didn't end with the "Controller" postfix, etc.
@sonjakhan I want to specifically call out this feedback since it's something we didn't previously discuss. Everything else I think is already included in your PR.
Log assemblies that have been loaded, the controllers found in those assemblies, and the actions generated at
LogLevel.Verbose
The text was updated successfully, but these errors were encountered: