Skip to content
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

paket.dependencies: comments miss-placed after paket update #731

Closed
matthid opened this issue Mar 27, 2015 · 1 comment
Closed

paket.dependencies: comments miss-placed after paket update #731

matthid opened this issue Mar 27, 2015 · 1 comment
Labels

Comments

@matthid
Copy link
Member

matthid commented Mar 27, 2015

A noticed a minor annoyance in paket. If you have the following 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:

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

@forki
Copy link
Member

forki commented Apr 30, 2015

it's in 1.3.0-alpha001

@forki forki closed this as completed Apr 30, 2015
@forki forki added the bug label Apr 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants