We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d453457 commit f174b65Copy full SHA for f174b65
1 file changed
src/Hedgehog/Linq/Property.fs
@@ -99,6 +99,7 @@ type PropertyExtensions private () =
99
/// <summary>
100
/// Discards the result of a property, converting it to <see cref="Property"/>.
101
/// This is useful when using assertion libraries that return non-unit types (e.g., fluent assertions).
102
+ /// Note: The assertion must throw an exception on failure for the property to fail.
103
/// Assertions that throw exceptions will still cause the property to fail.
104
/// </summary>
105
/// <param name="property">The property whose result should be ignored.</param>
0 commit comments