haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
668 stars 96 forks source link

upgrade fake #263

Closed AnthonyLloyd closed 6 years ago

baronfel commented 6 years ago

I think the problem is that the mono executable isn't being invoked when the full-framework build of the tests is going (see here: https://github.com/haf/expecto/blob/fbdddff2c4077092d7fb8443376cdc04d0e4bdc7/build.fsx#L109). you may need to alter the Process.execSimple call to have mono be the fileName and the project exe be just another argument.

AnthonyLloyd commented 6 years ago

Thanks. Yes it works now.