Masashi Fujita
Masashi Fujita
There seem no easy ways to inject settings from CLI when using a custom `FsCheck` configuration. `FsCheckConfig.defaultConfig` does not reflect the values from CLI options (i.e. `--fscheck-max-tests` etc...), So the...
```fsharp let compilation = CppParser.Parse( """ #define TEST 1 int main (int argc, const char * const*argv) { return 0; } """, cppOpts ) if compilation.HasErrors then failwithf $"compilation error:...
This is a false positive threat detection.
**Describe the bug** Failed to run `dotnet fake build -t RunSample` on macOS. **To Reproduce** Steps to reproduce the behaviour: 1. `dotnet fake build -t RunSample` **Expected behaviour** Successfully run...