We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A noticed a minor annoyance in paket. If you have the following paket.dependencies
paket.dependencies
redirects: on source https://nuget.org/api/v2 //Build nuget Yaaf.AdvancedBuilding nuget NUnit.Runners // Project nuget FSharp.Core nuget Yaaf.FSharp.Helper nuget Yaaf.DependencyInjection nuget Yaaf.Xmpp.Runtime nuget NUnit == 2.6.3 nuget Unquote // Test // Until Visual Studio test runner supports later versions. nuget Foq content: none nuget FsUnit github matthid/Yaaf.FSharp.Helper src/test/Test.Yaaf.FSharp.Helper/MyTestClass.fs github matthid/Yaaf.Xmpp.Runtime:develop src/test/Test.Yaaf.Xmpp.Runtime/TestHelper.fs
and execute $.paket/paket.exe update you get:
$.paket/paket.exe update
redirects: on source https://nuget.org/api/v2 //Build nuget Yaaf.AdvancedBuilding nuget NUnit.Runners nuget FSharp.Core // Project nuget Yaaf.FSharp.Helper nuget Yaaf.DependencyInjection nuget Yaaf.Xmpp.Runtime nuget NUnit == 2.6.3 nuget Unquote nuget Foq content: none nuget FsUnit // Test // Until Visual Studio test runner supports later versions. github matthid/Yaaf.FSharp.Helper src/test/Test.Yaaf.FSharp.Helper/MyTestClass.fs github matthid/Yaaf.Xmpp.Runtime:develop src/test/Test.Yaaf.Xmpp.Runtime/TestHelper.fs
I don't actually care about the white-space, but please let the comments at the right place :)
Paket version 0.36.0.0
The text was updated successfully, but these errors were encountered:
it's in 1.3.0-alpha001
Sorry, something went wrong.
No branches or pull requests
A noticed a minor annoyance in paket. If you have the following
paket.dependencies
and execute
$.paket/paket.exe update
you get:I don't actually care about the white-space, but please let the comments at the right place :)
Paket version 0.36.0.0
The text was updated successfully, but these errors were encountered: