NoFake 0.0.2-aplha

This is a prerelease version of NoFake.
dotnet add package NoFake --version 0.0.2-aplha
                    
NuGet\Install-Package NoFake -Version 0.0.2-aplha
                    
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="NoFake" Version="0.0.2-aplha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NoFake" Version="0.0.2-aplha" />
                    
Directory.Packages.props
<PackageReference Include="NoFake" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NoFake --version 0.0.2-aplha
                    
#r "nuget: NoFake, 0.0.2-aplha"
                    
#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.
#:package NoFake@0.0.2-aplha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NoFake&version=0.0.2-aplha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NoFake&version=0.0.2-aplha&prerelease
                    
Install as a Cake Tool

NoFake is a Unit Test helper library that provides an opportunity to create a real test environment.
     It creates real objects in a current testing scope instead of simulating them as mocks\stubs libraries do.
     For example, if test method requires some folder to have a list of specific files NoFake will handle it: files will be created at the beginning of test method and removed in the end, when all stuff is done.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.2-aplha 46 12/24/2014