fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

FSI / .fsx failure + script to show this #15

Closed sgtz closed 10 years ago

sgtz commented 10 years ago

scripts + FSI session info. Can this bug can be seen elsewhere?

Tried to debug this to at least provide more information, but I didn't get very far in that coding session. Will update this request if I discover more.

forki commented 10 years ago

will look into it.

forki commented 10 years ago

Ok I found the problem. Expect a fix soon. Thanks for reporting

forki commented 10 years ago

Version 0.2.1 on nuget should contain the fix. Does it work for you?

sgtz commented 10 years ago

That work works now if I grab it from NuGet. Thanks.

Haven't worked out how to synch a fork back to the master yet (do I have to go to the command line as suggested here: https://help.github.com/articles/syncing-a-fork)?

On 17 January 2014 12:08, Steffen Forkmann notifications@github.com wrote:

Version 0.2.1 on nuget should contain the fix. Does it work for you?

— Reply to this email directly or view it on GitHubhttps://github.com/fsprojects/FSharp.Configuration/pull/15#issuecomment-32600662 .

forki commented 10 years ago

You can do the same with most gui clients. Create a "remote" which points to this repo. I usually call it "upstream". Then "git pull upstream master" (or gui equivalent) will do the trick.