aspnetcore/test/Microsoft.AspNetCore.Routin.../Matching
Nate McMaster aed55d4517
Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913)
Changes:

* Upgrade dependencies and build tools
* Change TFM on Microsoft.AspNetCore.Routing packages to netcoreapp3.0
* Remove .NET Framework tests
* Remove the IL_EMIT conditional compilation because this assembly only targets .NET Core now.
2018-11-19 09:50:01 -08:00
..
AsciiTest.cs Add ASCII optimized jump tables 2018-09-29 12:55:10 -07:00
BarebonesMatcher.cs Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
BarebonesMatcherBuilder.cs Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
BarebonesMatcherConformanceTest.cs Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
CandidateSetTest.cs Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
DataSourceDependentMatcherTest.cs Misc polishing 2018-10-08 15:45:44 -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 Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
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 Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
ILEmitTrieJumpTableTest.cs Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
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 Merge branch 'release/2.2' 2018-09-30 14:14:48 -07:00
MultipleEntryJumpTableTest.cs
NonVectorizedILEmitTrieJumpTableTest.cs Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
RouteEndpointComparerTest.cs Fix DfaMatcher to work with non-RouteEndpoint (#739) 2018-08-24 09:11:13 +12:00
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 Use var in for loops (#758) 2018-08-31 08:24:41 +12:00
SingleEntryAsciiJumpTableTest.cs Add ASCII optimized jump tables 2018-09-29 12:55:10 -07:00
SingleEntryJumpTableTest.cs Add ASCII optimized jump tables 2018-09-29 12:55:10 -07:00
SingleEntryJumpTableTestBase.cs Add ASCII optimized jump tables 2018-09-29 12:55:10 -07:00
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 Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712) 2018-08-22 17:15:57 +12:00
VectorizedILEmitTrieJumpTableTest.cs Upgrade projects and packages to target netcoreapp3.0 (aspnet/Routing#913) 2018-11-19 09:50:01 -08:00
ZeroEntryJumpTableTest.cs