Skip to content

Tags: dennisdoomen/fluentassertions

Tags

4.19.0

Toggle 4.19.0's commit message
Merge pull request fluentassertions#532 from dennisdoomen/Equivalency…

…Diagnostics

Introduced a tracing API to better diagnose structural equivalency

4.18.0

Toggle 4.18.0's commit message
Ensures FA doesn't treat standard .NET exception types as value types. (

fluentassertions#516)

Fixes fluentassertions#485

4.17.0

Toggle 4.17.0's commit message
Merge pull request fluentassertions#502 from ulrichb/PureAndMustUseRe…

…turnValueReSharperAnnotations

Pure and MustUseReturnValue ReSharper Annotations

4.16.0

Toggle 4.16.0's commit message
Allow to fluently specify the DateTimeKind when creating DateTimeValu…

…es (fluentassertions#492)

Also implemented a new Should().BeIn(DateTimeKind) extension to assert
that DateTime objects represent the expected kind (Utc, Local or Unspecified)

4.15.0

Toggle 4.15.0's commit message
A cyclic reference pointing to the root of a graph was not detected a…

…s such. (fluentassertions#488)

Fixes fluentassertions#192

4.14.0

Toggle 4.14.0's commit message
fix for issue fluentassertions#458; Check whether expectedType is a g…

…eneric type definition and if it is verify that the subject type is a generic type for that generic type definition (fluentassertions#476)

4.14

Toggle 4.14's commit message
fix for issue fluentassertions#458; Check whether expectedType is a g…

…eneric type definition and if it is verify that the subject type is a generic type for that generic type definition (fluentassertions#476)

4.13.1

Toggle 4.13.1's commit message
Fixed an exception that was caused when a compared string contains re…

…served characters.

Fixes fluentassertions#465

4.13.0

Toggle 4.13.0's commit message
{Fix} NotBeOfType<T> threw an InvalidCastException - fluentassertions…

…#443 (fluentassertions#450)

4.12.0

Toggle 4.12.0's commit message
Add support for netstandard1.3 (fluentassertions#442)

* Add support for netstandard1.3
* Remove refgen items