AutoGenConfigs are automatically merged when using bothPropertiesandProperty.
- Updated to .NET 8
- Updated to Hedgehog.Experimental 0.9.0
- Added
GenAttribute, which sets a parameter's generator - Named arguments work for
PropertyandPropertiesin C# - Returning a Task works in C#
- Reduced Xunit dependencies to Xunit.Core
- Added support for tests that return a property.
- Fixed a bug where Recheck ran multiple times.
- Updated to Hedgehog.Experimental 0.7.0
- Updated to Hedgehog.Experimental 0.6.1
- Updated to Hedgehog.Experimental 0.6.0
- Tests decorated with
PropertyAttributemay have generics in their parameter types and return types. - Added
AutoGenConfigArgs RecheckAttribute'sSizeoverridesPropertyAttribute'sSize- If a test fails, a
RecheckAttributeis appended to the the Exception message for easy copy/pasting - Updated to Hedgehog.Experimental 0.5.0
- Added
ShrinksandSizetoPropertyAttributeandPropertiesAttribute - Added
RecheckAttribute
- Updated to Hedgehog.Experimental 0.4.0
- If a test fails due to returning a
Resultin anErrorstate, itsExceptionwill report the value inError.
PropertiesAttributeextendsAttribute- it no longer extendsPropertyAttribute.- Tests returning a
Resultin anErrorstate will be treated as a failure. - Tests returning
Async<Result<_,_>>orTask<Result<_,_>>are run synchronously and are expected to be in theOkstate.
- Updated to Hedgehog.Experimental 0.3.0
- Initial release