BlueprintHost.net
0.0.0.7
.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BlueprintHost.net --version 0.0.0.7
NuGet\Install-Package BlueprintHost.net -Version 0.0.0.7
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="BlueprintHost.net" Version="0.0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlueprintHost.net --version 0.0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BlueprintHost.net, 0.0.0.7"
#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 BlueprintHost.net as a Cake Addin
#addin nuget:?package=BlueprintHost.net&version=0.0.0.7
// Install BlueprintHost.net as a Cake Tool
#tool nuget:?package=BlueprintHost.net&version=0.0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
BlueprintHost.net is a HTTPModule that can intercept incoming requests that match your API Blueprints and reply with your documented responses. As a mock server it enables you to rapidly work on your UI/UX without worrying about the back-end part of the project (just-yet)
Product | Versions |
---|---|
.NET Framework | 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.
-
- DeepEqual (>= 1.1.1)
- Newtonsoft.Json (>= 6.0.8)
- Snowcrash.NET (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This version is dependant on a 3rd-party open source library for parsing the blueprint format, called SnowCrash.net, that has some limitations and known issues. please see the project Readme more details.