IFluentInterface 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package IFluentInterface --version 1.4.0
NuGet\Install-Package IFluentInterface -Version 1.4.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="IFluentInterface" Version="1.4.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IFluentInterface --version 1.4.0
#r "nuget: IFluentInterface, 1.4.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 IFluentInterface as a Cake Addin
#addin nuget:?package=IFluentInterface&version=1.4.0

// Install IFluentInterface as a Cake Tool
#tool nuget:?package=IFluentInterface&version=1.4.0

The core interface to implement fluent APIs that hide the default System.Object members, as explained in http://clarius.to/IFluentInterface

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on IFluentInterface:

Repository Stars
devlooped/moq
The most popular and friendly mocking framework for .NET
moq/labs
The most popular and friendly mocking framework for .NET
moq/moq.spikes
The most popular and friendly mocking framework for .NET
skwasjer/IbanNet
C# .NET IBAN validator, parser, builder and generator
Version Downloads Last updated
1.4.1 631 7/29/2014
1.4.0 75 6/30/2014
1.3.0 88 1/11/2014

v1.3
* Set `developmentDependency` metadata attribute to prevent dependency when using `nuget pack`. Thanks @khellang!
v1.1
* Changed target namespace to match the project where the source is included.
* Changed license to Apache 2
* Changed target path to be the root of the target project, which is more logical.