EasyDoubles 1.1.17

dotnet add package EasyDoubles --version 1.1.17
                    
NuGet\Install-Package EasyDoubles -Version 1.1.17
                    
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="EasyDoubles" Version="1.1.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyDoubles" Version="1.1.17" />
                    
Directory.Packages.props
<PackageReference Include="EasyDoubles" />
                    
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 EasyDoubles --version 1.1.17
                    
#r "nuget: EasyDoubles, 1.1.17"
                    
#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 EasyDoubles@1.1.17
                    
#: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=EasyDoubles&version=1.1.17
                    
Install as a Cake Addin
#tool nuget:?package=EasyDoubles&version=1.1.17
                    
Install as a Cake Tool

EasyDoubles NuGet Package EasyDoubles NuGet Package Downloads Developed by Tigran (TIKSN) Torosyan StandWithUkraine

EasyDoubles - Test Doubles Framework

EasyDoubles is a lightweight and flexible test doubles framework designed to simplify the creation of mocks, stubs, and fakes for your .NET applications, with a particular focus on repository and data access layers. It aims to reduce the boilerplate often associated with manual test double creation, enabling developers to write more robust and maintainable unit and integration tests faster.

Use Cases

  • Unit Testing Repositories: Easily create in-memory or fake implementations of your data repositories to isolate and test business logic without requiring a live database connection. This speeds up test execution and makes tests more reliable.
  • Integration Testing Data Access: For scenarios where you need more than a simple mock but still want controlled data, EasyDoubles can provide configurable fakes that simulate data access behavior, allowing for focused integration tests.
  • Accelerating Development with Stubs: When collaborating on projects, use EasyDoubles to stub out dependencies that are not yet implemented, allowing independent development of components that rely on them.
  • Behavior Verification with Mocks: Verify interactions with dependencies (e.g., ensuring a specific method was called on a repository) using built-in mocking capabilities.

EasyDoubles made to be used with TIKSN Framework, especially for creation of test doubles for repositories.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.17 6,340 11/22/2025
1.1.16 56,801 3/3/2025
1.1.15 23,664 1/7/2025
1.1.14 22,389 11/30/2024
1.1.13 5,265 11/30/2024
1.1.12 40,521 10/9/2024
1.1.11 16,848 9/27/2024
1.1.10 46,333 8/23/2024
1.1.9 20,235 8/17/2024
1.1.8 25,375 8/7/2024
1.1.7 23,559 7/16/2024
1.1.6 40,263 6/25/2024
1.1.5 42,926 6/1/2024
1.1.4 24,537 5/26/2024
1.1.3 19,483 5/19/2024
1.1.2 22,471 5/13/2024
1.1.1 34,829 5/3/2024
1.1.0 27,820 4/22/2024
1.0.0 60,360 4/18/2024