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.
We have a complicated set of rules for controller discovery that involve looking at names, names of base-classes, which assembly defines a class/base-class, and which assemblies are referenced from an assembly.
We should figure out if/how we can streamline these rules. Some questions to discuss:
Should we require you to register assemblies that we use for discovery?
Should we require the ...Controller suffix in all cases?