Uh oh!
There was an error while loading. Please reload this page.
Reenable properties disabled in illink.targets - #90231
Conversation
We're now using a preview6 SDK
ghost
commented
Aug 9, 2023
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsWe're now using a preview6 SDK.
|
akoeplinger
commented
Aug 9, 2023
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.
I think we still need to set _RequiresILLinkPack when using the P6 SDK- that hasn't changed.
There was a problem hiding this comment.
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.
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.
akoeplinger
commented
Aug 23, 2023
Superseded by #90517 |
We're now using a preview6 SDK.