Foq 1.7.3
See the version list below for details.
dotnet add package Foq --version 1.7.3
NuGet\Install-Package Foq -Version 1.7.3
<PackageReference Include="Foq" Version="1.7.3" />
paket add Foq --version 1.7.3
#r "nuget: Foq, 1.7.3"
// Install Foq as a Cake Addin #addin nuget:?package=Foq&version=1.7.3 // Install Foq as a Cake Tool #tool nuget:?package=Foq&version=1.7.3
Foq is a lightweight thread-safe mocking library for F#, C#, and VB with a similar API to Moq.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Foq:
Package | Downloads |
---|---|
AutoFixture.AutoFoq
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Foq. To use it, add the AutoFoqCustomization to your Fixture instance. |
|
FSpec.AutoFoq
A context/specification test framework, heavily inspired by RSpec |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Foq:
Repository | Stars |
---|---|
AutoFixture/AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
|
|
ForNeVeR/xaml-math
A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
|
|
PiotrJustyna/road-to-orleans
This repository illustrates the road to orleans with practical, real-life examples. From most basic, to more advanced techniques.
|
|
osstotalsoft/nbb
.Net Building Blocks
|
Version | Downloads | Last updated |
---|---|---|
1.8.0 | 573,615 | 6/29/2018 |
1.7.3 | 23,912 | 10/21/2017 |
1.7.2 | 10,003 | 4/17/2017 |
1.7.1 | 20,759 | 6/14/2015 |
1.7.0 | 4,137 | 3/4/2015 |
1.6.0 | 12,183 | 2/6/2014 |
1.5.1 | 37,374 | 1/27/2014 |
1.5.0 | 1,415 | 1/26/2014 |
1.4.0 | 2,253 | 12/2/2013 |
1.3.0 | 2,638 | 10/24/2013 |
1.2.0 | 1,553 | 10/1/2013 |
1.1.0 | 1,864 | 8/24/2013 |
1.0.0 | 6,697 | 6/20/2013 |
0.9.0 | 1,773 | 3/20/2013 |
0.8.0 | 1,574 | 2/27/2013 |
0.7.0 | 1,516 | 2/12/2013 |
0.6.0 | 1,506 | 1/27/2013 |
0.5.0 | 1,539 | 1/6/2013 |
0.4.0 | 1,480 | 1/3/2013 |
0.3.0 | 1,436 | 12/26/2012 |
0.2.0 | 1,691 | 11/18/2012 |
0.1.0 | 3,680 | 11/17/2012 |
- Improved Mock.Verify/Expect exception messages (@saul, #18)
- Arrays are now compared structurally when verifying calls (@saul, #18)
- Equals method on mocked abstract classes now returns true when called with the mock (@BillHally, #21)