TinyFakeHost 2.0.0-alpha
This is a prerelease version of TinyFakeHost.
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 TinyFakeHost --version 2.0.0-alpha
NuGet\Install-Package TinyFakeHost -Version 2.0.0-alpha
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="TinyFakeHost" Version="2.0.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TinyFakeHost --version 2.0.0-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TinyFakeHost, 2.0.0-alpha"
#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 TinyFakeHost as a Cake Addin #addin nuget:?package=TinyFakeHost&version=2.0.0-alpha&prerelease // Install TinyFakeHost as a Cake Tool #tool nuget:?package=TinyFakeHost&version=2.0.0-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Tiny host that fakes services for test
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNetCore.Hosting (>= 2.0.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.0)
- Microsoft.AspNetCore.Server.Kestrel (>= 2.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.
Version | Downloads | Last updated |
---|---|---|
2.0.6 | 827 | 6/1/2020 |
2.0.0-alpha | 625 | 3/19/2019 |
0.1.82-alpha | 1,339 | 5/30/2016 |
0.1.70-alpha | 863 | 5/28/2016 |
0.1.62 | 22,877 | 9/8/2015 |
0.1.0 | 1,575 | 3/16/2015 |
0.0.0.1 | 11,085 | 2/10/2015 |
Support dotNET Core, removed Nancy dependency and added new features.