-
Notifications
You must be signed in to change notification settings - Fork 252
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
Packages in dotnet\sdk\NuGetFallbackFolder have invalid signature #8143
Comments
What NetCore SDKs do you have installed on that computer? repro notes: was not able to repro on 16.2.0 P1 [28914.39.d16.2] |
Only a few 😛
|
I wouldn't say it's a relapse, because that aspect of #7414 was never fixed. The packages are still treated as tampered if you are using the falllback folder as a source in netcoreapp1.x targeting scenarios. The one thing that's fixed in the latest builds is using the fallback folder as fallback only. (2.x and later targeting projects). @rrelyea Am I interpreting the issue correctly? |
@nkolev92 I'm wondering what you're waiting on me for. You've tagged this as Closed (although it's not closed) and you've tagged as WaitingForCustomer (but I don't see any question you're waiting on me to answer). |
Sorry about that, it's a loosely used label. It's so that we know that issues need to be actively tracked. Are you targeting 1.x in the scenarios where this fails? We can move this back to the SDK side, but I'm not sure if there are any plans for resolution on that end. |
It is not clear to me what would be doable by the SDK at this point. If there are ideas, we can listen and evaluate if they would meet a servicing bar for 2.1/2.2. Otherwise, in 3.0, we are no longer using the fallback folder, so it is addressed there. |
The only approach that fixes most scenarios is extremely costly and potentially error prone.
|
Closing this at this point as an SDK external, where there is not plan to fix it. |
Yes. I'm multitargeting and netstandard1.6 is one of the targets.
Just so I'm clear on this: when I use the 3.0 SDK, I can (multi-)target netstandard1.6 and not get the error/warning? |
@nkolev92 Ping. Can you please answer my last question? Today I'm seeing over a dozen warnings in my nerdbank.streams repo's build because of this. It's very annoying and keeps me from noticing the real issues. Will this be fixed simply by a change to global.json to use the 3.0 SDK, even though I'm still targeting netstandard1.6? |
A relapse of #7414 has occurred:
Repro steps:
Restore and build in VS.
VS version: 28916.44.d16.2
The text was updated successfully, but these errors were encountered: