| .. |
|
Builder
|
Merge fixes
|
2018-08-22 20:42:53 +12:00 |
|
Constraints
|
Support policy arguments and resolving services by constructors (#753)
|
2018-08-29 14:51:34 +12:00 |
|
DependencyInjection
|
Merge branch 'merge/release/2.2-to-master'
|
2018-08-22 15:58:38 +12:00 |
|
Internal
|
Merge branch 'merge/release/2.2-to-master'
|
2018-08-29 15:55:56 +12:00 |
|
Logging
|
…
|
|
|
Matching
|
Merge branch 'merge/release/2.2-to-master'
|
2018-08-24 09:52:47 +12:00 |
|
Patterns
|
Change RoutePattern to not throw when inline and arg default value are the same (#747) (#748)
|
2018-08-23 23:17:14 +12:00 |
|
Properties
|
Remove MatchProcessor, add IParameterPolicy (#734)
|
2018-08-22 15:24:34 +12:00 |
|
Template
|
Remove MatchProcessor, add IParameterPolicy (#734)
|
2018-08-22 15:24:34 +12:00 |
|
Tree
|
…
|
|
|
BuilderEndpointDataSource.cs
|
Merge fixes
|
2018-08-22 20:42:53 +12:00 |
|
CompositeEndpointDataSource.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
DataSourceDependentCache.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
DataTokensMetadata.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
DefaultEndpointDataSource.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
DefaultEndpointDataSourceBuilder.cs
|
Add EndpointBuilder (#701)
|
2018-08-09 13:06:27 +12:00 |
|
DefaultInlineConstraintResolver.cs
|
Support policy arguments and resolving services by constructors (#753)
|
2018-08-29 14:51:34 +12:00 |
|
DefaultLinkGenerationTemplate.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
DefaultLinkGenerator.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
DefaultParameterPolicyFactory.cs
|
Support policy arguments and resolving services by constructors (#753)
|
2018-08-29 14:51:34 +12:00 |
|
EndpointBuilder.cs
|
Merge fixes
|
2018-08-22 20:42:53 +12:00 |
|
EndpointDataSource.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
EndpointDataSourceBuilder.cs
|
Add EndpointBuilder (#701)
|
2018-08-09 13:06:27 +12:00 |
|
EndpointFeature.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
EndpointMiddleware.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
EndpointOptions.cs
|
…
|
|
|
EndpointRoutingMiddleware.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
HttpMethodMetadata.cs
|
…
|
|
|
IDataTokenMetadata.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
IEndpointFinderOfT.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
IHttpMethodMetadata.cs
|
…
|
|
|
IInlineConstraintResolver.cs
|
…
|
|
|
INamedRouter.cs
|
…
|
|
|
IRouteBuilder.cs
|
…
|
|
|
IRouteCollection.cs
|
…
|
|
|
IRouteValuesAddressMetadata.cs
|
…
|
|
|
ISuppressLinkGenerationMetadata.cs
|
…
|
|
|
ISuppressMatchingMetadata.cs
|
Support supression of matching for endpoints
|
2018-08-15 21:36:08 -07:00 |
|
InlineRouteParameterParser.cs
|
…
|
|
|
MapRouteRouteBuilderExtensions.cs
|
…
|
|
|
Microsoft.AspNetCore.Routing.csproj
|
…
|
|
|
ParameterPolicyFactory.cs
|
Remove MatchProcessor, add IParameterPolicy (#734)
|
2018-08-22 15:24:34 +12:00 |
|
RequestDelegateRouteBuilderExtensions.cs
|
…
|
|
|
Resources.resx
|
Remove MatchProcessor, add IParameterPolicy (#734)
|
2018-08-22 15:24:34 +12:00 |
|
Route.cs
|
…
|
|
|
RouteBase.cs
|
…
|
|
|
RouteBuilder.cs
|
…
|
|
|
RouteCollection.cs
|
…
|
|
|
RouteConstraintBuilder.cs
|
…
|
|
|
RouteConstraintMatcher.cs
|
…
|
|
|
RouteCreationException.cs
|
…
|
|
|
RouteEndpoint.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
RouteHandler.cs
|
…
|
|
|
RouteOptions.cs
|
…
|
|
|
RouteValueEqualityComparer.cs
|
…
|
|
|
RouteValuesAddress.cs
|
…
|
|
|
RouteValuesAddressMetadata.cs
|
…
|
|
|
RouteValuesBasedEndpointFinder.cs
|
Change endpoint invoker to RequestDelegate, Endpoint/EndpointMetadataCollection namespaces, split out IRouteValuesFeature (#712)
|
2018-08-22 17:15:57 +12:00 |
|
RouterMiddleware.cs
|
…
|
|
|
RoutingFeature.cs
|
…
|
|
|
SuppressLinkGenerationMetadata.cs
|
…
|
|
|
SuppressMatchingMetadata.cs
|
Support supression of matching for endpoints
|
2018-08-15 21:36:08 -07:00 |
|
baseline.netcore.json
|
…
|
|