double? value = 4.0;
value.Should().BeApproximately(4, 0.001);
throws a StackOverflow exception
Comments: Associated with changeset 69361.
value.Should().BeApproximately(4, 0.001);
throws a StackOverflow exception
Comments: Associated with changeset 69361.