Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use SDK ILLink analyzer for OOBs for downlevel TFMs #114983

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Apr 24, 2025

Don't use live ILLink analyzer for OOBs when targeting downlevel TFMs. Should help catch issues like #114307.

@Copilot Copilot AI review requested due to automatic review settings April 24, 2025 00:35
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (3)
  • eng/liveILLink.targets: Language not supported
  • src/libraries/Directory.Build.props: Language not supported
  • src/libraries/Directory.Build.targets: Language not supported

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

sbomer added 3 commits April 24, 2025 17:20
- Use IsTargetFrameworkCompatible
- Move EnableAOTAnalyzer to targets
- Rename ExplicitlyImportCustomILLinkTargets to
  ImportCustomILLinkTargets and infer value
- Fix typo
- Use IsTargetFrameworkCompatible
- Import illink.targets only for netcoreapp
  To prevent netfx TFMs from attempting to use
  ILLink tasks that aren't available when targeting
  netfx.
- Only use live ILLIink for current TFM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants