Skip to content
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

Remove unneeded DiagnosticSource content #112116

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Remove unneeded DiagnosticSource content #112116

merged 1 commit into from
Feb 4, 2025

Conversation

noahfalk
Copy link
Member

@noahfalk noahfalk commented Feb 4, 2025

The IL link file was getting included as unnecessary content in transitive dependent projects which caused confusion.

Fixes #112110

PTAL @tarekgh

The IL link file was getting included as unnecessary content in transitive dependent projects which caused confusion.

Fixes #112110
@tarekgh tarekgh added this to the 10.0.0 milestone Feb 4, 2025
@tarekgh tarekgh merged commit d59ab53 into main Feb 4, 2025
83 of 87 checks passed
grendello added a commit to grendello/runtime that referenced this pull request Feb 5, 2025
* main:
  JIT: Set PGO data inconsistent when flow disappears in cast expansion (dotnet#112147)
  [H/3] Fix handling H3_NO_ERROR (dotnet#112125)
  Change some workflows using `pull_request` to use `pull_request_target` instead (dotnet#112161)
  Annotate ConfiguredCancelableAsyncEnumerable T with allows ref struct and update extensions (dotnet#111953)
  Delete copy of performance pipelines in previous location (dotnet#112113)
  Optimize BigInteger.Divide (dotnet#96895)
  Use current STJ in HostModel and remove unnecessary audit suppressions (dotnet#109852)
  JIT: Unify handling of InstParam argument during inlining (dotnet#112119)
  Remove unneeded DiagnosticSource content (dotnet#112116)
  Improve compare-and-branch sequences produced by Emitter (dotnet#111797)
  Jit: Conditional Escape Analysis and Cloning (dotnet#111473)
  Re-enable HKDF-SHA3 on Azure Linux
  Remove fstream usage from corehost (dotnet#111859)
@jkotas jkotas deleted the noahfalk-patch-1 branch February 11, 2025 01:07
@tarekgh
Copy link
Member

tarekgh commented Feb 19, 2025

/backport to release/9.0-staging

Copy link
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/13421539551

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.

ILLink.Descriptors.LibraryBuild.xml getting automatically created in non-SDK style CSPROJs
2 participants