Mimic 0.5.0

dotnet add package Mimic --version 0.5.0
NuGet\Install-Package Mimic -Version 0.5.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="Mimic" Version="0.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mimic --version 0.5.0
#r "nuget: Mimic, 0.5.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.
// Install Mimic as a Cake Addin
#addin nuget:?package=Mimic&version=0.5.0

// Install Mimic as a Cake Tool
#tool nuget:?package=Mimic&version=0.5.0

Mimic

Fast, friendly and familiar mocking library for modern .NET

GitHub Release NuGet Downloads Build Status Codecov

Planned Features | Changelog

Mimic is still very early in it's development and the functionality and/or interfaces that it provides are subject to change without warning between versions until the v1 release.

Planned Features

Considering = ❓
Planned     = 📅
In-Progress = 🚧
Completed   = ✔
  • Mocking of:
    • [✔] Interfaces
    • [❓] Classes (inc support for arguments and calling the base implementation of mocked methods)
  • [✔] Setup of Methods
  • [✔] Setup of Getters & Setters
  • [✔] Setup of Property Stubbing
  • [✔] "Strict" Setup mode (Calls throw if not setup)
  • [✔] Verifiable Setup's
  • [✔] Execution Limits (Calls throw after n expected calls)
  • [✔] Conditional Setup of Methods
  • [✔] Sequential Returns (Calls return next sequential result on each call ~.Returns(value1, value2, value3)~)
  • [✔] Support for ref/out arguments
  • [❓] Setup of Event Handlers

Mimic makes use of Castle.Core's DynamicProxy internally for generating proxies of types to mock.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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
0.5.0 105 2/7/2024
0.4.0 168 12/14/2023
0.3.2 130 11/18/2023
0.2.0 131 10/27/2023
0.1.0 133 10/22/2023