stroiman / fspec

RSpec inspired test framework for F#
MIT License
16 stars 2 forks source link

FSpec command line runner is missing dependencies #3

Open amirci opened 9 years ago

amirci commented 9 years ago

Tried to run the fspec command line runner after installing the nuget package.

I got an exception because the following dependencies are missing:

amirci commented 9 years ago

Perhaps using something like https://github.com/gluck/il-repack to pack all the dependencies together in the exe.

I'll take a look and see if I can do a pull request.

stroiman commented 9 years ago

If you could create a pull request, that would be awesome.