-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAKE 5, expecto helper always runs mono/process #1880
Comments
/cc @jackfoxy see that's why I didn't do it ;) |
@matthid I'm not certain which "it" you are referring to, but I do see you merged rc6 into master, including Fake.DotNet.Testing.Expecto |
With "it" I mean this bug report. The problem is that expecto on netcore works differently. This means the module needs some rework :/ |
Unfortunately I'm not a good candidate for the task, as I only ever work in Windows. |
It's a bit larger than just windows or not. On .net core any sort of executable binary is now compiled as a dll and must be run via the 'dotnet path/to/dll' command, instead of involing manually. So that's where most of the work is, determining which runtime to execute on. |
@baronfel I don't feel like it needs to be detected automatically. I think it would be completely fine to switch via parameter or a new function. |
Example:
Crashes:
Bugs:
dotnet
to run itparallel-workers
options is broken and outputs a zero. Instead of overriding this setting for expecto I'm wondering what's wrong with the default implementation that DOES work cross platform? https://github.com/haf/expecto/blob/master/Expecto/Expecto.fs#L944The text was updated successfully, but these errors were encountered: