routedebugger 2.1.5
.NET Framework 4.0
Install-Package routedebugger -Version 2.1.5
dotnet add package routedebugger --version 2.1.5
<PackageReference Include="routedebugger" Version="2.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add routedebugger --version 2.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: routedebugger, 2.1.5"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install routedebugger as a Cake Addin
#addin nuget:?package=routedebugger&version=2.1.5
// Install routedebugger as a Cake Tool
#tool nuget:?package=routedebugger&version=2.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Route Debugger is a little utility I wrote to help debug issues with route configurations. See http://haacked.com/archive/2008/03/13/url-routing-debugger.aspx
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Web.Infrastructure (>= 1.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on routedebugger:
Package | Downloads |
---|---|
CMS.Web
Description |
|
MusicStoreApp
Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on routedebugger:
Repository | Stars |
---|---|
devbridge/BetterCMS
A publishing focused and developer friendly .NET Open Source CMS.
|
|
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Version | Downloads | Last updated |
---|---|---|
2.1.5 | 1,127,047 | 4/13/2016 |
2.1.4 | 1,171,207 | 7/20/2012 |
2.1.3 | 59,498 | 1/29/2012 |
2.1.2 | 8,848 | 12/31/2011 |
2.1.1 | 9,844 | 10/3/2011 |
2.0.0.7 | 10,606 | 7/14/2011 |
2.0.0.6 | 6,170 | 4/26/2011 |
2.0.0.5 | 1,444 | 4/25/2011 |
2.0.0.4 | 1,901 | 4/16/2011 |
2.0.0.3 | 1,384 | 4/16/2011 |
2.0.0.2 | 1,456 | 4/16/2011 |
2.0.0.1 | 1,433 | 4/16/2011 |
2.0.0 | 2,026 | 4/13/2011 |
1.0.0.1 | 30,754 | 4/9/2011 |
1.0.0 | 22,799 | 1/18/2011 |
* 2.1.1 No longer appends route info to the end of requests for files on disk.
* 2.1.4 Adds a bit of padding to the debug output.
* 2.1.5 Fixed race condition when adding debug route fixed by Nils Edström.