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.

Error during parsing of paket.lock

See original GitHub issue

Description

Getting ~build errors after running paket install -f

Severity	Code	Description	Project	File	Line	Suppression State
Error		Error during parsing of C:\Git\Gu.Roslyn.Asserts\paket.lock.
Message: unknown lock file format RESTRICTION: || (== net461) (== netstandard13)		C:\Git\Gu.Roslyn.Asserts\Gu.Roslyn.Asserts.Tests\paket.references	0	

Repro steps

paket.dependencies

source https://www.nuget.org/api/v2/
framework: netstandard1.3, net461
redirects: on

nuget Microsoft.CodeAnalysis.CSharp.Workspaces 2.2.0
nuget NUnit

group Analyzers
  source http://www.nuget.org/api/v2/
  nuget Gu.Analyzers
  nuget StyleCop.Analyzers
  nuget AsyncUsageAnalyzers

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
forkicommented, Jun 17, 2017

ok just released a new plugin version. please test

0reactions
forkicommented, Aug 10, 2017

I just released a new addin 0.33 which targets paket 5.85

Am 10.08.2017 1:51 nachm. schrieb “Rajiv Mounguengue” < notifications@github.com>:

Hi, I use the latest version of the plugin and still have the issue.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fsprojects/Paket/issues/2437#issuecomment-321529913, or mute the thread https://github.com/notifications/unsubscribe-auth/AADgNFj9OIM8p7hZEuqhj7RNmoAd6PWZks5sWu7dgaJpZM4N9Tqt .

Read more comments on GitHub >

github_iconTop Results From Across the Web

5.248.0, Error during parsing paket.lock. Invalid parameter ' ...
Description After doing a dotnet paket update/install with paket > 5.245.0, attempting to do a dotnet restore results in the error: Paket ......
Read more >
Paket error: "Package was referenced, but it was not found ...
Option 1. The easiest way to fix this error is to delete the file paket.lock , and force Paket to regenerate this file...
Read more >
release-notes
USABILITY: Better error message when paket.lock an paket.dependencies are out of sync. USABILITY: Content:once doesn't add paket flags to the csproj file in ......
Read more >
Paket
A dependency manager for .NET with support for NuGet packages and git repositories. Why Paket? NuGet did not separate out the concept of...
Read more >
paket
Deps, error); type Group; type Spec ... Deps, error). DependencyGraph parses a "paket.lock" file to create a dependency graph.
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