Skip to content

User/austinl/pipeline health#57

Merged
Austin-Lamb merged 5 commits into
mainfrom
user/austinl/pipelineHealth
Jul 9, 2026
Merged

User/austinl/pipeline health#57
Austin-Lamb merged 5 commits into
mainfrom
user/austinl/pipelineHealth

Conversation

@Austin-Lamb

@Austin-Lamb Austin-Lamb commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Why is this change being made?

SizeBench CI hasn't run in a while and when I tried to run it, it fails because we need to update dependencies to move past some vulnerable ones. As I did that I figured it was time to move to .NET 10 before .NET 8 is out of support, and that came with a new SDK that brought in new analyzers that found more things to fix, so I fixed all the errors, warnings and info-level code analysis things found too.

Briefly summarize what changed

  • Updated to .NET 10
  • Updated all dependencies to latest that I reasonably could, especially all that either had direct or transitive vulnerable dependencies
  • Fix all discovered errors, warnings and info-level code analysis issues found by the new .NET SDK and the new dependencies like the new MSTest analyzers in those packages.

How was the change tested?

Ran all existing tests.

PR Checklist

  • Contributor License Agreement (CLA) has been signed. If not, go here and sign the CLA
  • Changes have been validated
  • Documentation updated. Please add or update any docs in the repo as necessary.

@Austin-Lamb Austin-Lamb self-assigned this Jul 9, 2026
@Austin-Lamb
Austin-Lamb merged commit be342f7 into main Jul 9, 2026
8 checks passed
@Austin-Lamb
Austin-Lamb deleted the user/austinl/pipelineHealth branch July 9, 2026 20:37
jonwis added a commit to jonwis/SizeBench that referenced this pull request Jul 14, 2026
Brings PR microsoft#56 up to date with main (microsoft#55, microsoft#57, microsoft#58 incl. the DIA update and
net8->net10 upgrade). Conflict resolutions:
- DIAAdapter: keep the loadFromSource delegate (symbol-server path) but route
  the PDB path through main's new prefetching loadDataFromPdbEx on IDiaDataSourceEx2.
- msdia140.dll: keep main's updated checked-in binary (needed for IDiaDataSourceEx2)
  and layer PR microsoft#56's symsrv.dll drop on top for symbol-server support.
- Directory.Packages.props / GUI.csproj: union of both sides, newer versions win.
- IDE0031: use C# 14 null-conditional assignment for _appSettings?.UseSymbolServer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants