-
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 when using FAKE with a .NET 4.0 solution #20
Comments
How can I reproduce the error? The last Frack master works on my machine. |
Try the latest Cashel async at https://github.com/panesofglass/cashel/tree/async |
Cashel also works fine. I updated NUnit and the build runs. That's weird. |
Seems Frack is also working on http://teamcity.codebetter.com/viewType.html?buildTypeId=bt323&tab=buildTypeStatusDiv |
Well, so long as it works elsewhere. Could be something janky on my machine. Thanks for looking into it. |
getting the same error message. Let's dig deeper |
if I run this inside the fsi I get: error FS0193: internal error: Value cannot be null. The problem is the (fun p -> {p with HtmlOutputDir = "blub" }) part. Replacing this with id gives "Ready."
|
I filed a bug at fsbugs. The workaround is: This prevents the fsi from reloading the FSharp.Core from tools\FAKE. |
This reverts commit 7d726c1.
I get this with both Frack and Cashel:
The text was updated successfully, but these errors were encountered: