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

Added project dependency to SharpYaml #78

Closed sergey-tihon closed 8 years ago

sergey-tihon commented 8 years ago

Fix for https://github.com/fsprojects/FSharp.Configuration/issues/76 Get SharpYaml from NuGet but pack dll inside of FSharp.Configuration NuGet package

sergey-tihon commented 8 years ago

@forki Do you know how to fix it on Mono? Strange error...

Paket failed with: Error during extraction of /Users/travis/build/fsprojects/FSharp.Configuration/packages/SharpYaml/SharpYaml.1.5.2.nupkg. Message: The requested feature is not implemented. In rare cases a firewall might have blocked the download. Please look into the file and see if it contains text with further information. StackTrace: at Paket.NuGetV2+ExtractPackage@353-7.Invoke (System.String message) [0x00000] in :0

sergey-tihon commented 8 years ago

Found https://github.com/fsharp/FAKE/issues/810

vasily-kirichenko commented 8 years ago

i hope you have tested it on real world projects in design, compile and runtime? On existing and on created from scratch projects? In VS 2012, 2013 and 2015?

sergey-tihon commented 8 years ago

Haha, definitely not. I even do not have VS 2012 and VS 2013. Nothing changed except binary of SharpYaml.dll inside the package. If you worry we could release it with -beta suffix into pre-release channel and let people test in different IDEs

forki commented 8 years ago

does this solve #76? Can you please rebase on master?

sergey-tihon commented 8 years ago

This PR just remove SharpYaml.dll from lib folder and restore latest version from NuGet.

vasily-kirichenko commented 8 years ago

Published in 0.5.8