Skip to content

PackageReference System.ValueTuple will not be pruned #50689

@ManickaP

Description

@ManickaP

Cannot build System.Net.Http / Quic projects with dotnet build due to:

  Determining projects to restore...
/home/manicka/repositories/runtime/src/libraries/System.Formats.Asn1/src/System.Formats.Asn1.csproj : error NU1510: Warning As Error: PackageReference System.ValueTuple will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary. [/home/manicka/repositories/runtime/src/libraries/System.Net.Http/System.Net.Http.slnx]
  Failed to restore /home/manicka/repositories/runtime/src/libraries/System.Formats.Asn1/src/System.Formats.Asn1.csproj (in 484 ms).
  101 of 102 projects are up-to-date for restore.

Build FAILED.

/home/manicka/repositories/runtime/src/libraries/System.Formats.Asn1/src/System.Formats.Asn1.csproj : error NU1510: Warning As Error: PackageReference System.ValueTuple will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary. [/home/manicka/repositories/runtime/src/libraries/System.Net.Http/System.Net.Http.slnx]
    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:05

It doesn't seem to be a problem of System.Formats.Asn1.csproj, that file hasn't changed in a while.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions