Go to file
Ryan Nowak 81fb93a896 Fix Routing#837
Fixes a few issues with how we initialize the middleare.
- Always completes the intitialization task
- Avoids capturing the ExecutionContext
- Allows initialization to occur repeatedly when it fails
2018-10-05 21:24:57 -07:00
.vsts-pipelines/builds
benchmarkapps/Benchmarks
benchmarks/Microsoft.AspNetCore.Routing.Performance Rename EndpointFeature -> EndpointSelectorContext 2018-09-30 14:09:59 -07:00
build Update dependencies.props 2018-09-30 12:29:32 -07:00
samples/RoutingSample.Web
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources
src Fix Routing#837 2018-10-05 21:24:57 -07:00
test Fix Routing#837 2018-10-05 21:24:57 -07:00
tools/Swaggatherer
.appveyor.yml
.gitattributes
.gitignore Add .etl to .gitignore (PerfView) 2018-09-29 10:47:14 -07:00
.travis.yml
CONTRIBUTING.md
Directory.Build.props automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:39 -07:00
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Routing.sln
Settings.StyleCop
THIRD-PARTY-NOTICES
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-09-30 12:29:32 -07:00
korebuild.json
run.cmd
run.ps1
run.sh automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties 2018-09-28 17:10:39 -07:00
version.props

README.md

ASP.NET Routing

AppVeyor: AppVeyor

Travis: Travis

Contains routing middleware for routing requests to application logic.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.