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
Calling GenFu.Configure<>().Fill(x => x.doubleValue) for type double does not allow generating of value WithinRange like int. Please add similar functionality for double and float types (could probably use double with a cast for both).
The text was updated successfully, but these errors were encountered:
Calling
GenFu.Configure<>().Fill(x => x.doubleValue)
for type double does not allow generating of valueWithinRange
likeint
. Please add similar functionality for double and float types (could probably use double with a cast for both).The text was updated successfully, but these errors were encountered: