Go to file
Ryan Nowak 3227de8c0b Fix #629 - Add logging to DfaMatcther
Adds logging for the most common things that can prevent an endpoint
from matching.

Note that we already have good logging in other parts of the system, the
stuff here completes the story by providing details at the debug level.
2018-09-30 15:59:25 -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 #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -07:00
test Fix #629 - Add logging to DfaMatcther 2018-09-30 15:59:25 -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.