Trying to bump a bunch of packages to latest, and getting this warning now that FSCheck is at v3:
warning NU1608: Detected package version outside of dependency constraint: Expecto.FsCheck 10.2.3 requires FsCheck (>= 2.16.5 && < 3.0.0) but version FsCheck 3.3.3 was resolved.
There seems to be a breaking change there as well:
Error Message:
Could not load type 'StdGen' from assembly 'FsCheck, Version=3.3.3.0, Culture=neutral, PublicKeyToken=44dc6321e9b07168'.
Stack Trace:
at Expecto.ExpectoFsCheckModule.test@90.Invoke(FsCheckConfig config)
at Expecto.Impl.execTestAsync@578-1.Invoke(Unit unitVar)
Trying to bump a bunch of packages to latest, and getting this warning now that FSCheck is at v3:
warning NU1608: Detected package version outside of dependency constraint: Expecto.FsCheck 10.2.3 requires FsCheck (>= 2.16.5 && < 3.0.0) but version FsCheck 3.3.3 was resolved.There seems to be a breaking change there as well: