-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.Extensions.ObjectPool has invalid file modified times #2750
Comments
I encountered exactly the same symptoms on It also prevents me from running NuGet pack. |
@aspnet/build |
Sorry, clicked the wrong button. |
All |
For everyone who's having trouble (probably everyone who's in a timezone above GMT), you can use this PowerShell script to change the date of the files to a value which allows you to pack with Nuget:
|
@rrelyea I suspect we built 3.1.0 in the window while pack determinism was |
/fyi @johnbeisner @mmitche @aspnet/build @leecow @dagood @dleeapho @MichaelSimons @richaverma1 @nguerrera @richlander @SteveCarrollMSFT this is a 3.1.0 content issue. |
We also need to update the SDK to fix the package icon issue - if this will also be caught by that, then that's even more motivation to do so |
We fixed in final 3.0.100 - so use that or later. |
@rrelyea This also fixed in 3.1.100, yes? |
3.0.100 matches NuGet 5.3 and VS 16.3 |
Can anyone instruct me what i need to do to make this issue go away? (I know about the powershell one liner as a workaround) From the response i interpreted that some fix has been applied, but these specific libraries still have a faulty modification date. So far i updated Visual studio (which, i supposed, includes updated nuget binaries), looked for newer versions of the relevant libs to update and removed my local package cache. The end result didn't change, where i expected the modification date to be set correctly again. |
We haven't published the new versions yet. We will as part of our next servicing update when that is ready. |
This should be resolved. Please let us know if you're still seeing this issue! |
Reopening because Extensions portion of the targeting pack was not previous rebuilt |
3.1.8 is now out with this fix included |
The new 3.1 release of
Microsoft.Extensions.ObjectPool
has incorrect modified dates for its contained (and exposed) dll files. This in turn causes package failure of any project including this package (due to NuGet/Home#7001).The text was updated successfully, but these errors were encountered: