Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ContentRoutingMany interface. #1758

Closed
wants to merge 1 commit into from

Commits on Sep 16, 2022

  1. Add ContentRoutingMany interface.

    We had been using the ProvideMany method in some Routing implementations to
    improve performance.
    
    We had several places where we needed to create this same interface to
    cast Routers to check if they support the ProvideMany method. To avoid
    that, and to have a common source of truth we think we should make this
    interface live with the other Routing ones.
    ajnavarro committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    40f4354 View commit details
    Browse the repository at this point in the history