aspnetcore/test/Microsoft.AspNetCore.Routin.../Matching
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
..
AsciiTest.cs
BarebonesMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
BarebonesMatcherBuilder.cs
BarebonesMatcherConformanceTest.cs
CandidateSetTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
DataSourceDependentMatcherTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
DefaultEndpointSelectorTest.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
DfaMatcherBuilderTest.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
DfaMatcherConformanceTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
DfaMatcherTest.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
DictionaryJumpTableTest.cs
EndpointMetadataComparerTest.cs
FastPathTokenizerTest.cs
FullFeaturedMatcherConformanceTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
HttpMethodMatcherPolicyIntegrationTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
HttpMethodMatcherPolicyTest.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
ILEmitTrieFactoryTest.cs
ILEmitTrieJumpTableTest.cs
LinearSearchJumpTableTest.cs
MatcherAssert.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
MatcherConformanceTest.MultipleEndpoint.cs
MatcherConformanceTest.SingleEndpoint.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
MatcherConformanceTest.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
MultipleEntryJumpTableTest.cs
NonVectorizedILEmitTrieJumpTableTest.cs
RouteEndpointComparerTest.cs
RouteMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
RouteMatcherBuilder.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
RouteMatcherConformanceTest.cs
SingleEntryAsciiJumpTableTest.cs
SingleEntryJumpTableTest.cs
SingleEntryJumpTableTestBase.cs
TreeRouterMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
TreeRouterMatcherBuilder.cs Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
TreeRouterMatcherConformanceTest.cs
VectorizedILEmitTrieJumpTableTest.cs
ZeroEntryJumpTableTest.cs