routedebugger 2.1.5

dotnet add package routedebugger --version 2.1.5
NuGet\Install-Package routedebugger -Version 2.1.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: routedebugger, 2.1.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. 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

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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on routedebugger:

Package Downloads
CMS.Web

Description

MusicStoreApp

Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on routedebugger:

Repository Stars
devbridge/BetterCMS
A publishing focused and developer friendly .NET Open Source CMS.
Version Downloads Last updated
2.1.5 1,670,356 4/13/2016
2.1.4 1,470,759 7/20/2012
2.1.3 88,431 1/29/2012
2.1.2 9,393 12/31/2011
2.1.1 11,021 10/3/2011
2.0.0.7 12,564 7/14/2011
2.0.0.6 7,520 4/26/2011
2.0.0.5 1,931 4/25/2011
2.0.0.4 2,425 4/16/2011
2.0.0.3 1,932 4/16/2011
2.0.0.2 2,029 4/16/2011
2.0.0.1 1,957 4/16/2011
2.0.0 2,594 4/13/2011
1.0.0.1 49,598 4/9/2011
1.0.0 26,833 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.