aspnetcore/test/Microsoft.AspNetCore.Routin...
Ryan Nowak 9db2833fc2 Make endpoint selector policies per-candidate-set
This allows us to filter `IEndpointSelectorPolicy` instance based on
whether the apply to a given candidate set. This should allow us to
remove some HAXXX from MVC.

The idea here is the ESP becomes much more pay-for-play if you can
statically eliminate many of the cases where it would usually no op.
2018-10-05 21:03:59 -07:00
..
Builder [Design] Set the endpoint feature only on success 2018-08-30 14:52:35 -07:00
Constraints
Internal Fix #810 2018-09-24 21:55:56 -07:00
Logging
Matching Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
Patterns Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
Template Updates to Parameter Transformer 2018-09-20 10:15:42 -07:00
TestObjects Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
Tree Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
CompositeEndpointDataSourceTest.cs
ConstraintMatcherTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
DataSourceDependentCacheTest.cs
DefaultEndpointDataSourceTests.cs
DefaultInlineConstraintResolverTest.cs
DefaultLinkGenerationTemplateTest.cs Revised LinkGenerator 2018-09-22 15:47:50 -07:00
DefaultLinkGeneratorProcessTemplateTest.cs Revised LinkGenerator 2018-09-22 15:47:50 -07:00
DefaultLinkGeneratorTest.cs Revised LinkGenerator 2018-09-22 15:47:50 -07:00
DefaultParameterPolicyFactoryTest.cs
EndpointFactory.cs RouteValuesAddressMetadata ctors and XML docs (#818) 2018-09-30 08:54:59 +13:00
EndpointMiddlewareTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
EndpointNameEndpointFinderTest.cs Add support Endpoint Name endpoint finding 2018-09-10 16:50:46 -07:00
EndpointRoutingMiddlewareTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
EndpointSelectorContextTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
InlineRouteParameterParserTests.cs
LinkGeneratorEndpointNameExtensionsTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
LinkGeneratorRouteValuesAddressExtensionsTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
LinkGeneratorTestBase.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
Microsoft.AspNetCore.Routing.Tests.csproj remove references to ref emit packages 2018-08-30 13:26:22 -07:00
RequestDelegateRouteBuilderExtensionsTest.cs
RouteBuilderTest.cs
RouteCollectionTest.cs
RouteConstraintBuilderTest.cs
RouteOptionsTests.cs
RouteTest.cs Add IParameterTransformer (#750) 2018-09-12 21:45:25 +12:00
RouteValueBasedEndpointFinderTest.cs Various improvments to route values link APIs 2018-09-10 16:50:46 -07:00
RouteValuesAddressMetadataTests.cs RouteValuesAddressMetadata ctors and XML docs (#818) 2018-09-30 08:54:59 +13:00
RouterMiddlewareTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
TemplateParserDefaultValuesTests.cs Add IParameterTransformer (#750) 2018-09-12 21:45:25 +12:00
TestConstants.cs