Michael Fry
Michael Fry
Hey Jaroslaw, .NET 5 is being release soon and it will require quite a major migration to get this library working there. I would suggest creating a new Git repo...
## 🚀 Feature Request It would be great if, when sampling a property, it held the same formatting as is used for printing counterexample values. Sample might not be an...
Heya, I'm writing tests against some custom generators that I've written. I want to make a kind of an assertion like "For a generator, the outcome should be x and...
Made some changes to the schema serialization, so that the intention of the caller is preserved. Specifically, whether or not they want reference schemas to be inlined. I broke some...
Is there any guidance around getting this to work? I'm heavily hitting an API that I don't control, nor have much insight of their (seemingly inconsistent) rate-limiting functionality. I would...
Heya, just some minor feedback for this challenge. > In particular, a shrinker cannot hope to normalise this unless it is able to either split or join elements of the...
Should be able to generate properties in a loop, based on control data. e.g. "Foreach of these types, I want to create a property" This should work like Xunit `Theory`s.
- [x] `TestAsync` interfaces and `PropertyAsync` classes - [x] `ForAllAsync` + `ReflectAsync` for creating properties - [x] Initial `CheckAsync` implementation - [x] `SampleAsync` - [x] `PrintAsync` - [x] `AssertAsync` -...