Oleksii Mandrychenko
Oleksii Mandrychenko
It would have been really nice if rapidcheck had a package in [`vcpkg`](https://github.com/Microsoft/vcpkg) package manager. Installing it and updating would've been really easy.
None of my tests run after an update to VS2017 15.7.0 (and also 15.7.1). To reproduce, I copy-pasted code from the example (` rapidcheck/examples/gtest/main.cpp`) ``` RC_GTEST_PROP(MyTestCase, copyOfStringIsIdenticalToOriginal, (const std::string &str))...
It would be great to have a .net standard package released. PS: I will submit a PR for this, but I will need help testing it. It is my understanding...