Attest.Fake.Registration 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Attest.Fake.Registration --version 1.1.0
                    
NuGet\Install-Package Attest.Fake.Registration -Version 1.1.0
                    
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="Attest.Fake.Registration" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Attest.Fake.Registration" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Attest.Fake.Registration" />
                    
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 Attest.Fake.Registration --version 1.1.0
                    
#r "nuget: Attest.Fake.Registration, 1.1.0"
                    
#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 Attest.Fake.Registration@1.1.0
                    
#: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=Attest.Fake.Registration&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Attest.Fake.Registration&version=1.1.0
                    
Install as a Cake Tool

This package provides API for registering fakes into IoC container.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Attest.Fake.Registration:

Package Downloads
Attest.Tests.Core

This package provides facilities for writing tests, including unit, integration and end-to-end.

Attest.Tests.SpecFlow

This package provides facilities for writing unit, integration and end-to-end tests using SpecFlow.

Attest.Tests.NUnit

This package provides facilities for writing unit, integration and end-to-end tests using NUnit.

Attest.Fake.Data

This package provides means of storing and loading fake data using builders

Attest.Tests.xUnit

This package provides facilities for writing unit, integration and end-to-end tests using xUnit.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.4.6 4,163 10/21/2022
2.4.6-rc1 1,292 10/4/2022
2.4.5 2,272 4/15/2022
2.4.5-rc1 607 2/11/2022
2.4.4 5,581 1/23/2022
2.4.3 8,578 11/24/2021
2.4.3-rc1 933 11/21/2021
2.4.2 3,020 11/6/2021
2.4.2-rc1 776 11/5/2021
2.4.1 4,704 9/5/2021
2.4.1-rc2 882 9/4/2021
2.4.1-rc1 871 9/1/2021
2.4.0 3,862 7/11/2021
2.4.0-rc1 887 7/11/2021
2.3.2 3,948 6/21/2021
2.3.2-rc1 928 6/21/2021
2.2.2 1,651 6/3/2021
2.2.2-rc1 849 6/2/2021
2.2.1 1,632 5/30/2021
1.1.0 3,111 5/8/2016
Loading failed

Using ioc container registrator instead of ioc container
in the registration helper methods.