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.
<PackageVersion Include="IFluentInterface" Version="1.4.1" />
<PackageReference Include="IFluentInterface"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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 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.
#addin nuget:?package=IFluentInterface&version=1.4.1
#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.