-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Reenable properties disabled in illink.targets #90231
Conversation
We're now using a preview6 SDK
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsWe're now using a preview6 SDK.
|
Looks like this still fails:
/cc @sbomer |
<!-- Don't use SDK's trimming functionality. | ||
TODO: Remove this once we build using preview 6 SDK. --> | ||
<_IsTrimmingEnabled>false</_IsTrimmingEnabled> | ||
<!-- Same fix for preview 6 SDK. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we still need to set _RequiresILLinkPack
when using the P6 SDK- that hasn't changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and it should work in P7? we're bumping to that in #90014 so we can just wait a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we'll still need to set it to avoid depending on the SDK's logic to restore ILLink. We can remove the preview 6 comment.
Superseded by #90517 |
We're now using a preview6 SDK.