From @basbossink on Thursday, September 19, 2019 4:05:34 PM
Steps to reproduce
Create a project that depends on a pre-release package that is not available (yet).
dotnet restore
Expected behavior
F:\vlow\Support.Mail\tst\Support.Mail.Tests\Divv.Vlow.Support.Mail.Tests.csproj : warning NU1603: Divv.Vlow.Support.Mail depends on Divv.Vlow.Reports.Mail (>= 2.2.0-dev.2.DIVDEV-1308.1) but Divv.Vlow.Reports.Mail 2.2.0-dev.2.DIVDEV-1308.1 was not found. An approximate best match Divv.Vlow.Reports.Mail 2.2.0-dev.2.DIVDEV-1308.0 was resolved. [F:\vlow\Support.Mail\Support.Mail.sln]
So the feature request is to add the actual version that was resolved to the warning message, since that information is more useful than repeating the version of the package that caused the warning.
Actual behavior
F:\vlow\Support.Mail\tst\Support.Mail.Tests\Divv.Vlow.Support.Mail.Tests.csproj : warning NU1603: Divv.Vlow.Support.Mail depends on Divv.Vlow.Reports.Mail (>= 2.2.0-dev.2.DIVDEV-1308.1) but Divv.Vlow.Reports.Mail 2.2.0-dev.2.DIVDEV-1308.1 was not found. An approximate best match of Divv.Vlow.Reports.Mail 2.2.0-dev.2.DIVDEV-1308.1.debug was resolved. [F:\vlow\Support.Mail\Support.Mail.sln]
From @basbossink on Thursday, September 19, 2019 4:05:34 PM
Steps to reproduce
Create a project that depends on a pre-release package that is not available (yet).
Expected behavior
So the feature request is to add the actual version that was resolved to the warning message, since that information is more useful than repeating the version of the package that caused the warning.
Actual behavior
Environment data
dotnet --info
output:Copied from original issue: dotnet/cli#12679