Skip to content

Support discovery of internal types in AddGatewayHandlers #282

@chespina

Description

@chespina

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions