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.

Localized satellite packages are incorrectly marked as incompatible by the CLI

See original GitHub issue

Steps to reproduce

Create a console application and add a reference to "Humanizer": "2.0.1", then run dotnet restore

Expected behavior

Restore completes successfully.

Actual behavior

CLI states that the satellite packages aren’t compatible with netcoreapp1.0 This seems to be due to those packages only contained resources, and no runtime, ref or lib assets, and the CLI currently doesn’t account for this (see https://github.com/dotnet/cli/blob/rel/1.0.0/src/Microsoft.DotNet.ProjectModel/Resolution/PackageDependencyProvider.cs#L35-L38)

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-preview1-002702)

Product Information:
 Version:     1.0.0-preview1-002702
 Commit Sha:  6cde21225e

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.10586
 OS Platform: Windows
 RID:         win10-x64

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:17 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
clairernovotnycommented, Jul 3, 2016

Anything on this? When is preview 3 schedule for? This completely blocks Humanizer from working on xproj. It does appear to install on a csproj that’s netstandard.

1reaction
clairernovotnycommented, Jun 10, 2016

Note that this completely breaks Humanizer from working correctly for CLI projects (and any other libraries that use satellite languages).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Localized satellite packages are incorrectly marked as ...
Localized satellite packages are incorrectly marked as ... CLI states that the satellite packages aren't compatible with netcoreapp1.0
Read more >
How to deal with incompatible dependencies? : r/golang
Hi gophers, I have a problem of dependency management. My repo foo has a dependency A, and I now want to integrate B...
Read more >
Red Hat Enterprise Linux 9: Application Compatibility Guide
Packages not identified as having another compatibility level may be considered compatibility level 2. Compatibility level 3. This level applies ...
Read more >
How to update device firmware using fwupd on RHEL ...
You can either use a GUI software manager like GNOME Software or the command-line tool fwupdmgr to to view and apply firmware updates....
Read more >
App Store Connect Help
You can localize the information that appears under Version Information. The information under General App Information is shared across localizations. To learn ...
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