-
Notifications
You must be signed in to change notification settings - Fork 224
dnu publish does not honor RIDs #3183
Comments
This also breaks when trying to publish for arm. Even though in my project.lock.json I have the |
There may still be an issue there we can look at. RC1 doesn't officially support |
@anurse I just lost my access to The -23405 package was working for me (RC1) while you're working on a perm fix (for RC2?). Is there any way I can get access to that -23405 package back? |
@anurse Nevermind ... I found it in one of my project's VS publish output folders, moved a copy of it back to |
@anurse Rats! 🐀 🐀 🐀 ... can I force acceptance of that package? |
We have a fix and we're working on getting it out ASAP, so you won't have to wait for RC2. As long as 23405 is either in your local cache or on one of your feeds, the direct reference shouldn't ever bump you up. That warning, in fact, is designed to tell you that it was forced to bump you up because it couldn't find the exact match. |
@anurse Strange ... I have the package (the -23405 one) in |
@guardrex where's your CraigsList item? Though I can probably hold out on a week :) |
@benadams I put it here (and hoping not to violate any licenses by doing so!): https://github.com/GuardRex/System-Net-Security-23405 |
I'm good ... |
@ericstj states ...
... and thanks to @joshfree for letting me know that -23405 isn't available on the NuGet feed but at the feed shown above. That explains why I lost it for a sec. |
Be very careful with using the I'd suggest deleting any |
@anurse @ericstj After mulling things over a bit and trying to settle on something simple but effective to get me to RC2, I think I'll just give -23225 a go. It's on the NuGet release feed, and dnx isn't trying to upgrade it to anything else (e.g., -23409). I only need |
For now, the workaround. There is an update to RC1 with a fix being released soon. You can also use the |
Ah, if I'm using the unstable RC2 should it be in that also? |
Yes, it should be in the latest RC2 builds. I merged to dev last week. If not, let me know! I might have missed something :) |
Excellent, thank you! |
Is working great, thank you 👍 |
When using
dnu publish
, we do not scan the correct section in the lock file and as a result we miss most of theruntime.[rid].[assemblyname]
packages. This causes problems with runtime-specific packages that are not embedded in DNX (for exampleSystem.Data.SqlClient
andSystem.Net.Security
)/cc @DamianEdwards @muratg @Eilon
The text was updated successfully, but these errors were encountered: