You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example fails when using with Hedgehog 0.12.x but runs fine with Hedgehog 0.11.x
[<Property>]let``should be ok``(value :int)=
value = value
Here is the exception:
System.MissingMethodException
Method not found: 'Int32 Hedgehog.FailureData.get_Size()'.
at InternalLogic.tryRaise(Report report)
at XunitOverrides.PropertyTestInvoker.CallTestMethod(Object testClassInstance) in /home/runner/work/fsharp-hedgehog-xunit/fsharp-hedgehog-xunit/src/Hedgehog.Xunit/XunitOverrides.fs:line 11
at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_1.<<InvokeTestMethodAsync>b__1>d.MoveNext() in C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\Runners\TestInvoker.cs:line 257
I checked with using hedgehog-experimental and GenX.auto directly and it works, so the bug must be somewhere in this library.
I believe this issue should be resolved as of the latest commit. I'm not cutting a release yet though because I'm not quite happy some details regarding recheck. Need to think about this a bit more >_>
This example fails when using with
Hedgehog 0.12.x
but runs fine withHedgehog 0.11.x
Here is the exception:
I checked with using
hedgehog-experimental
andGenX.auto
directly and it works, so the bug must be somewhere in this library.The following dependencies are used:
The text was updated successfully, but these errors were encountered: