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