-
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
"error FS0193: internal error: Value cannot be null. Parameter name: con" #113
Comments
Is this running through FSI or the command line? i.e Fake.exe |
I'm calling "fsi build.fsx" from a batch file that I invoke from the |
Ahh.. Ok try running it using Fake.exe instead,
I get an error using fsi.exe, albeit a different one. I'll continue to have a play and see if I can get the same error. Let me know whether the above works. |
Thanks for your help with this Colin. That seems to work. Is using Fake.exe the recommended approach now? I don't think that existed when I wrote my build scripts. Can't see anything about it in the docs. |
Odd. I have made this change on a slightly more complex version of build.fsx and the Nuget task (that works on 1.64.7) now complains that "The directory is invalid" for the nuget.exe path. Different problem, but seemingly a change between versions. I'm gonna get setup for some debugging here. |
Yeah, I'm pretty sure |
I wasn't sure whether to add this as a comment to #20. Figured new issue would be best.
I'm getting "error FS0193: internal error: Value cannot be null. Parameter name: con" when running the simple build script below. This script works with FAKE 1.64.7 but fails with the error on the latest -pre version FAKE.2.1.155-alpha.
Any suggestions you might have on how to resolve/diagnose this would be great. If you need more information, please tell me what you need. Thanks.
The text was updated successfully, but these errors were encountered: