IFluentInterface 1.4.1
dotnet add package IFluentInterface --version 1.4.1
NuGet\Install-Package IFluentInterface -Version 1.4.1
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.1"> <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.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IFluentInterface, 1.4.1"
#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.1 // Install IFluentInterface as a Cake Tool #tool nuget:?package=IFluentInterface&version=1.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
|
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.