NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 253 forks source link

NuGet pack should print out error/warning if assembly metadata extraction fails #4406

Open rohit21agrawal opened 7 years ago

rohit21agrawal commented 7 years ago

if building a project targeting netstandard, asssembly metadata extraction fails when packing using csproj + nuspec, because nuget.exe tries to load system.runtime version 4.1.0 which is not present in the local path or the gac.

Instead of failing silently, nuget should print out a warning/error at least to let the user know and also give workarounds for the same.

rrelyea commented 7 years ago

@rohit21agrawal - please check with Rainer - I think they are taking a fix in msbuild to copy all the façade dlls? Ok, talking with Rohit...sounds like this is nuget.exe, i misunderstood...and not a regression. The only fix required is #4052, he thinks.

ryno1234 commented 5 years ago

At 4.9 this still does not seem to be working. Do we have an estimated milestone yet for having this fixed?