-
Notifications
You must be signed in to change notification settings - Fork 525
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
convert-from-nuget should add .paket folder to .sln #158
Comments
|
re 1) BTW I'm sure its obvious but not just conversion/renaming - should always add even if there was no .nuget sln folder? re 2) Aside from creating a folder I can't think of any way as it's alphabetical case insensitive (but it'll sit where packages.config used to sit so that's not the end of the world - main thing is it's in the csproj) re aspnetvnext I wonder what the default rendering is - as the inclusion of |
|
no. please keep paket.dependencies + paket.lock in root |
Adding backwards compatibility with previous scaffold conventions
I'm testing conversion of hyprlinkr. It has a
.nuget
folder in the.sln
.I think it would be nice for a
paket
folder to be added to the.sln
which contains links to thepaket.dependencies
andpaket.lock
as its' the first think I'd ordinarilly be doing myself (I assumed it already did this to be honest).Also, I like the way
paket.references
files get added to the.proj
files but I think they should be as high in the Solution view as possible - esp as in a.fsproj
the project system won't just sort them alphabetically [toward the end] (and there is typically no longer apackages.config
for it to sort alphabetically beside. Ideally they'd sit just below theReferences
folder (this will make even more sense in an AspNetVNext world whereReferences
will include NuGets.I accept that these things might be subjective so thoughts?
The text was updated successfully, but these errors were encountered: