Attest.Fake.Setup
1.1.3
See the version list below for details.
dotnet add package Attest.Fake.Setup --version 1.1.3
NuGet\Install-Package Attest.Fake.Setup -Version 1.1.3
<PackageReference Include="Attest.Fake.Setup" Version="1.1.3" />
paket add Attest.Fake.Setup --version 1.1.3
#r "nuget: Attest.Fake.Setup, 1.1.3"
// Install Attest.Fake.Setup as a Cake Addin #addin nuget:?package=Attest.Fake.Setup&version=1.1.3 // Install Attest.Fake.Setup as a Cake Tool #tool nuget:?package=Attest.Fake.Setup&version=1.1.3
This package provides facilities
for complex fake setups:
chained calls, various methods,
long running operation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch is compatible. |
-
- Attest.Fake.Core (>= 1.0.8)
- Solid.Patterns.Visitor (>= 1.0.5)
- Solid.Practices.Scheduling (>= 1.0.7)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Attest.Fake.Setup:
Package | Downloads |
---|---|
Attest.Fake.Builders
This package provides base builders for fake objects in client and server applications. |
|
LogoFX.Client.Data.Fake.ProviderBuilders
LogoFX Client Data Fake Provider Builders contains base class for fake provider builders. This functionality is used inside the Data layer of a Client/Server App. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.4.6 | 3,700 | 10/21/2022 |
2.4.6-rc1 | 1,005 | 10/4/2022 |
2.4.5 | 2,347 | 4/15/2022 |
2.4.5-rc1 | 391 | 2/11/2022 |
2.4.4 | 5,412 | 1/23/2022 |
2.4.3 | 8,401 | 11/24/2021 |
2.4.3-rc1 | 718 | 11/21/2021 |
2.4.2 | 2,794 | 11/6/2021 |
2.4.2-rc1 | 598 | 11/5/2021 |
2.4.1 | 4,308 | 9/5/2021 |
2.4.1-rc2 | 671 | 9/4/2021 |
2.4.1-rc1 | 715 | 9/1/2021 |
2.4.0 | 3,536 | 7/11/2021 |
2.4.0-rc1 | 754 | 7/11/2021 |
2.3.2 | 3,682 | 6/21/2021 |
2.3.2-rc1 | 735 | 6/21/2021 |
2.2.2 | 1,603 | 6/3/2021 |
2.2.2-rc1 | 701 | 6/2/2021 |
2.2.1 | 1,554 | 5/30/2021 |
2.2.1-rc1 | 835 | 5/30/2021 |
2.1.2 | 1,547 | 5/23/2021 |
2.1.2-rc1 | 686 | 5/23/2021 |
2.1.1 | 2,209 | 5/15/2021 |
2.1.1-rc2 | 685 | 5/15/2021 |
2.1.1-rc1 | 631 | 5/15/2021 |
2.1.0 | 1,513 | 4/23/2021 |
2.1.0-rc3 | 769 | 4/20/2021 |
2.1.0-rc2 | 723 | 4/15/2021 |
2.1.0-rc1 | 2,163 | 4/25/2020 |
2.0.0 | 1,837 | 5/29/2019 |
2.0.0-rc4 | 592 | 5/10/2019 |
2.0.0-rc3 | 648 | 3/10/2019 |
2.0.0-rc2 | 745 | 1/15/2019 |
2.0.0-rc1 | 714 | 12/4/2018 |
1.2.1-rc3 | 1,199 | 5/20/2018 |
1.2.1-rc2 | 1,177 | 12/15/2017 |
1.2.1-rc1 | 911 | 12/4/2017 |
1.2.0 | 1,214 | 8/9/2017 |
1.2.0-rc2 | 858 | 7/19/2017 |
1.2.0-rc1 | 874 | 7/10/2017 |
1.1.3 | 3,653 | 3/2/2016 |
1.1.2 | 1,097 | 3/2/2016 |
1.1.1 | 1,307 | 2/21/2016 |
1.1.0 | 1,122 | 2/20/2016 |
1.0.9 | 1,208 | 2/11/2016 |
1.0.8 | 1,107 | 2/2/2016 |
1.0.7 | 1,342 | 9/27/2015 |
1.0.6.1 | 1,206 | 9/21/2015 |
1.0.6 | 1,143 | 9/4/2015 |
1.0.5.1 | 1,139 | 8/19/2015 |
1.0.5 | 1,183 | 8/18/2015 |
Added support for asynchronous method calls. Using the Solid.Practices.Scheduling scheduler as the default task scheduler.
Fixed dependency typo.