sdk: Localized satellite packages are incorrectly marked as incompatible by the CLI
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
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 17 (12 by maintainers)
Commits related to this issue
- Workaround https://github.com/dotnet/cli/issues/3396 — committed to Humanizr/Humanizer by deleted user 8 years ago
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.
Note that this completely breaks
Humanizer
from working correctly for CLI projects (and any other libraries that use satellite languages).