FluentAssertions 1.7.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package FluentAssertions --version 1.7.1.1
NuGet\Install-Package FluentAssertions -Version 1.7.1.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="FluentAssertions" Version="1.7.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentAssertions --version 1.7.1.1
#r "nuget: FluentAssertions, 1.7.1.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 FluentAssertions as a Cake Addin
#addin nuget:?package=FluentAssertions&version=1.7.1.1

// Install FluentAssertions as a Cake Tool
#tool nuget:?package=FluentAssertions&version=1.7.1.1

A very extensive set of extension methods for .NET 3.5, 4.0 and Silverlight 4.0 that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Silverlight sl4 is compatible.  sl5 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (770)

Showing the top 5 popular GitHub repositories that depend on FluentAssertions:

Repository Stars
DevToys-app/DevToys
A Swiss Army knife for developers.
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
bitwarden/server
The core infrastructure backend (API, database, Docker, etc).
Version Downloads Last updated
3.3.0 87,035 2/18/2015
3.2.2 57,368 12/12/2014
3.2.1 76,746 9/11/2014
3.1.229 35,770 7/29/2014
3.0.107 44,860 4/30/2014
2.2.0 49,857 12/30/2013
2.1.0 28,904 8/23/2013
2.0.1 25,458 3/3/2013
2.0.0.1 10,694 10/15/2012
1.7.1.1 5,864 3/24/2012
1.7.0 479 1/13/2012
1.6.0 628 10/31/2011
1.5.0 555 6/29/2011
1.4.0 272 3/14/2011
1.3.0.1 194 1/15/2011

- Fixed a bug that occurs when two collections are compared for equality but the collection contains null.
     - Fixed a stack overflow while formatting an object graph containing static cyclic references.
     - Fixed the issue where an exception was thrown when building a failure message by dumping the values of all properties, and one of the properties throws an exception.
     - Made the handling of cyclic references when validating equality of nested properties configurable (ignore / throw exception)
     - Fixed some incorrect failure messages when comparing XML elements and attributes
     - Fixed a NullReferenceException when comparing objects that have a write-only properties
     - Fixed a potential NullReferenceException while comparing the properties of a complex graph and when a deep property contains a null object.