question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Paket generates `any/` folders

See original GitHub issue

Description

Update nugets: get this result after building;

$ tree src/Lib.Crypto/any/
src/Lib.Crypto/any/
└── netstandard1.6
    ├── FSharp.Core.optdata
    └── FSharp.Core.sigdata

What are they and why are they generated? Why aren’t obj folders enough anymore?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
forkicommented, Apr 28, 2017

what I meant is: it’s correct that it’s installed as content. Feel free to fix the any path

0reactions
cloudRoutinecommented, Apr 28, 2017

i think the FSharp.Core nuspec is setup wrong too…

Read more comments on GitHub >

github_iconTop Results From Across the Web

The .paket directory
A dependency manager for .NET with support for NuGet packages and git repositories.
Read more >
Getting Started with Paket – Part 1 - The Cockney Coder
This tells Paket to only download packages suitable for TFMs used by any associated .net project files. Create a new file into the...
Read more >
paket - how to install packages to project's local folder
paket install always place nugets to some global directory like C:/Users/xxx/.nuget/packages/fsharp.data/3.3.3/lib/net45/FSharp.Data.dll.
Read more >
Up and running with PAKET - Devon Burriss' Blog
This creates a paket.dependencies file. This is where you place all the dependencies your solution uses. As an example:
Read more >
FSharp: Learning to use FAKE and Paket
Tools . paket.lock: This file is a complete record of all the direct and transitive dependencies. ... This will create a .paket folder....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found