RasicN / random-test-values

Removes the need to think about what the value is when unit testing.
MIT License
19 stars 10 forks source link

StackOverflow Exception #21

Open selmernoid opened 7 years ago

selmernoid commented 7 years ago

The shortest example of code to reproduce bug: RandomValue.Object<TestA>(); public class TestA { public virtual TestA ValName { get; set; } }

krpaDev commented 4 years ago

Still doesn't work. :( I think something went wrong with #36 ...