Tags: dennisdoomen/fluentassertions
Tags
Merge pull request fluentassertions#532 from dennisdoomen/Equivalency… …Diagnostics Introduced a tracing API to better diagnose structural equivalency
Ensures FA doesn't treat standard .NET exception types as value types. ( fluentassertions#516) Fixes fluentassertions#485
Merge pull request fluentassertions#502 from ulrichb/PureAndMustUseRe… …turnValueReSharperAnnotations Pure and MustUseReturnValue ReSharper Annotations
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)
A cyclic reference pointing to the root of a graph was not detected a… …s such. (fluentassertions#488) Fixes fluentassertions#192
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)
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)
Fixed an exception that was caused when a compared string contains re… …served characters. Fixes fluentassertions#465
{Fix} NotBeOfType<T> threw an InvalidCastException - fluentassertions… …#443 (fluentassertions#450)
Add support for netstandard1.3 (fluentassertions#442) * Add support for netstandard1.3 * Remove refgen items
PreviousNext