-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
NETSDK1206 error when building the aspnetcore repo with latest 8.0 Preview 6 SDK build #33486
Comments
@elinor-fung This looks like an SDK issue to me. I cannot image that the "win" RID that System.Security.Cryptography.Pkcs is targeting is too specific considering that "win" is listed as one of the "portable RIDs" in https://learn.microsoft.com/en-us/dotnet/core/compatibility/deployment/8.0/rid-asset-list#new-behavior. |
The warning is relying on the list of available RIDs in I expect #33584 will indirectly fix this (won't warn anymore in this scenario), since it will find the |
hitting this in runtime now that arcade took the sdk bump dotnet/runtime#88827 |
The issue dotnet/runtime#88827 is hitting is slightly different. It has no |
@mthalman what would be a good way to test this? I believe this should be addressed now. I tried building dotnet/dotnet with the |
Good to hear. I'll run a test build in CI to verify. |
I've got this a few times after cleaning and rebuilding runtime on osx. If I clean and rebuild again it seems to go away for a little while. |
Getting the same warning now for
Can I simply ignore this or what can I do here? |
The following error occurs when attempting to build the aspnetcore repo with the latest 8.0 Preview 6 SDK build (e.g. 8.0.100-preview.6.23315.8):
This is a new warning check added by #32970.
This was caught by source-build's bootstrapping build workflow which validates the product can build itself using the SDK it produced.
The text was updated successfully, but these errors were encountered: