Unity.AutoRegistration works fine when a type name matches an interface name, for example, TClass and ITClass. I want interface names go without prefix "T", like IClass and need that IClass to match TClass.
But when I rename the interface, the auto-registration fails. Do I have to match the type/interface names, or is there a way to accomplish my need?
After consulting with the author, here is the required code: