Description
Currently, GatewayHandlerServiceCollectionExtensions.AddGatewayHandlers appears to be restricted to only scanning public types within the given assembly. It's a popular design choice to leave types as internal. Without support for internal type discovery, the developer must manually register each handler, which can be tedious and unnecessary boilerplate.