-
Notifications
You must be signed in to change notification settings - Fork 123
ProjectCrackerToolCopy Contains an invalid character #529
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
Comments
OK, looks like Paket and NuGet behave differently. Reading the NuGet docs again I see:
So I guess this file should be called |
run fabel2babel.js before tests (this was why the tests were not running, not the node version)
This should be fixed in the just-released 2.0.0.6. Let me know how it goes. |
Working fine now, thanks a bunch. |
When creating a new project and adding
FSharp.Compiler.Service.ProjectCracker
as the only dependency via paket when I reload the project after paket has downladed the package and the project file has been modified to include the reference it fails to load with the error -Changing the contents of the targets file to
removes that error and the project will load correctly, however it introduces a new error
I also tried using version 2.0.0.2 and 2.0.0-beta and got the same error dialog above
For good measure I tried installing 2.0.0.4 via nuget in VS and also got that error. However installing via nuget did not create the invalid character error
fsproj when installed via nuget
fsproj when installed via paket
@rneatherway
The text was updated successfully, but these errors were encountered: