Owin.Framework.Pages.DebugMiddleware 1.4.1

.NET Framework 4.0
dotnet add package Owin.Framework.Pages.DebugMiddleware --version 1.4.1
NuGet\Install-Package Owin.Framework.Pages.DebugMiddleware -Version 1.4.1
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="Owin.Framework.Pages.DebugMiddleware" Version="1.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Owin.Framework.Pages.DebugMiddleware --version 1.4.1
#r "nuget: Owin.Framework.Pages.DebugMiddleware, 1.4.1"
#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 Owin.Framework.Pages.DebugMiddleware as a Cake Addin
#addin nuget:?package=Owin.Framework.Pages.DebugMiddleware&version=1.4.1

// Install Owin.Framework.Pages.DebugMiddleware as a Cake Tool
#tool nuget:?package=Owin.Framework.Pages.DebugMiddleware&version=1.4.1

Middleware that shows the internal structure of pages to help with debugging issues with page composition and data provisioning

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1 471 4/3/2020
1.4.0 551 4/1/2020
1.3.17 602 3/11/2020
1.3.15 460 2/29/2020
1.3.14 337 2/24/2020
1.3.13 391 2/24/2020
1.3.12 388 2/24/2020
1.3.11 370 2/21/2020
1.3.9 371 2/21/2020
1.3.8 394 2/20/2020
1.3.7 385 2/19/2020
1.3.6 378 2/18/2020
1.3.5 378 2/17/2020
1.3.4 417 2/17/2020
1.3.0 379 2/15/2020
1.2.14 388 2/14/2020
1.2.13 389 2/14/2020
1.2.12 446 2/14/2020
1.2.11 397 2/4/2020
1.2.10 405 1/14/2020
1.2.9 378 1/12/2020
1.2.7 402 12/12/2019
1.2.6 418 9/25/2019
1.2.5 454 8/1/2019
1.2.4 483 6/8/2019
1.1.3 543 4/23/2019
1.1.2 478 3/10/2019
1.1.1 535 2/12/2019
1.1.0 548 2/12/2019
1.0.2 575 2/8/2019
1.0.1 540 1/26/2019
1.0.0 544 1/25/2019
1.0.0-alpha-022 444 1/6/2019
1.0.0-alpha-021 467 12/27/2018
1.0.0-alpha-020 470 12/23/2018
1.0.0-alpha-019 472 12/22/2018
1.0.0-alpha-018 477 12/21/2018

Fix for a bug in the javascript template parser mixin.