Deleporter.Server 0.1.9.15416

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

// Install Deleporter.Server as a Cake Tool
#tool nuget:?package=Deleporter.Server&version=0.1.9.15416

Deleporter - Simple Cross Process Stubbing. Facilitates stubbing out dependencies when running automated browser tests against ASP.Net. Use in conjunction with your favorite mocking/IOC frameworks. Deleporter will teleport mock objects (or any arbitrary delegates) into a remote ASP.Net application, allowing you to swapping out dependencies and reduce test fragility or test complex scenarios.  Also includes Cassini/IIS Express and Selenium Server automation to provide a fully seamless test experience.
Install this package in your ASP.Net Web Application and Deleporter.Client in your test project.
See the project homepage for more details.  Source code available at https://github.com/StuartLeitch/Deleporter.

There are no supported framework assets in this 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
0.1.9.15416 6,098 2/7/2012
0.1.8.15161 1,501 2/4/2012

Initial Release