aspnet / Routing

[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
272 stars 122 forks source link

Misc polishing #844

Closed rynowak closed 6 years ago

rynowak commented 6 years ago

Rename IEndpointFinder<> -> IAddressScheme<>

Address the two 'marker' metadata types that I'm aware of.

rynowak commented 6 years ago

This will require a reaction from MVC

rynowak commented 6 years ago

MVC reaction: https://github.com/aspnet/Mvc/pull/8568