Owin.Framework.Pages.Mocks 1.2.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Owin.Framework.Pages.Mocks --version 1.2.6
NuGet\Install-Package Owin.Framework.Pages.Mocks -Version 1.2.6
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.Mocks" Version="1.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Owin.Framework.Pages.Mocks --version 1.2.6
#r "nuget: Owin.Framework.Pages.Mocks, 1.2.6"
#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.Mocks as a Cake Addin
#addin nuget:?package=Owin.Framework.Pages.Mocks&version=1.2.6

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

Contains Mock implementations of the interfaces defined in the
Pages Core. You can use these Mocks with the Moq.Modules package
to write unit tests for your application.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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

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 565 4/3/2020
1.4.0 634 4/1/2020
1.3.17 488 3/11/2020
1.3.15 566 2/29/2020
1.3.14 455 2/24/2020
1.3.13 472 2/24/2020
1.3.12 494 2/24/2020
1.3.11 463 2/21/2020
1.3.9 463 2/21/2020
1.3.8 473 2/20/2020
1.3.7 450 2/19/2020
1.3.6 457 2/18/2020
1.3.5 441 2/17/2020
1.3.4 529 2/17/2020
1.3.0 474 2/15/2020
1.2.14 482 2/14/2020
1.2.13 474 2/14/2020
1.2.12 519 2/14/2020
1.2.11 502 2/4/2020
1.2.10 494 1/14/2020
1.2.9 460 1/12/2020
1.2.7 491 12/12/2019
1.2.6 488 9/25/2019
1.2.5 523 8/1/2019
1.2.4 555 6/8/2019
1.1.3 660 4/23/2019
1.1.2 536 3/10/2019
1.1.1 634 2/12/2019
1.1.0 611 2/12/2019
1.0.2 633 2/8/2019
1.0.1 652 1/26/2019
1.0.0 645 1/25/2019
1.0.0-alpha-022 509 1/6/2019
1.0.0-alpha-021 498 12/27/2018
1.0.0-alpha-020 527 12/23/2018
1.0.0-alpha-019 518 12/22/2018
1.0.0-alpha-018 486 12/21/2018
1.0.0-alpha-017 516 12/20/2018
1.0.0-alpha-016 522 12/19/2018
1.0.0-alpha-015 492 12/13/2018
1.0.0-alpha-014 562 11/18/2018
1.0.0-alpha-013 554 11/6/2018
1.0.0-alpha-012 537 11/4/2018
1.0.0-alpha-011 515 10/28/2018
1.0.0-alpha-010 552 10/24/2018
1.0.0-alpha-009 570 10/23/2018
1.0.0-alpha-008 544 10/22/2018

Services can generate a component that renders a client-side JavaScript
to call the service.
The parts of a layout are renamed from "Regions" to "Zones" to avoid
consusion between this and the Region element. This affects all properties
methods and attributes that relate to the regions/zones of a layout.