Sync SourceBrowser package version bumps - #269
Merged
tannergooding merged 4 commits intoJul 20, 2026
Merged
Conversation
Pull the version updates from tannergooding/SourceBrowser (through ed359a6): bump Basic.CompilerLog.Util, MSBuild.StructuredLogger, NuGet.Frameworks, and System.Reflection.Metadata, and swap BinLogToSln's System.Reflection.Metadata reference for Microsoft.CodeAnalysis. StructuredLogger has to move in lockstep since Basic.CompilerLog.Util 0.9.47 requires >= 2.3.204, and System.Collections.Immutable likewise moves to 10.0.9 to satisfy System.Reflection.Metadata 10.0.9 under transitive pinning. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
tannergooding
force-pushed
the
tannergooding-sync-sourcebrowser-versions
branch
from
July 19, 2026 07:12
ec9cf80 to
2a72aba
Compare
Bump every outstanding PackageVersion entry under src/SourceBrowser to its latest stable (Roslyn 5.6.0 and StructuredLogger 2.3.213 were already current). Azure.Storage.Blobs 12.29.1 dropped the default-valued GetBlobs/GetBlobsByHierarchy overloads, so pass traits/states (and the remaining args) explicitly at the three call sites. Validated: full SourceBrowser build + 227 tests and the root solution build all pass. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
HtmlGenerator (net10.0) directly referenced a set of framework-provided compat shims that NuGet flags with NU1510. Drop those references, and remove the seven PackageVersion entries no other project uses. System.Collections.Immutable, System.Reflection.Metadata, and System.Text.Json keep their PackageVersion entries: the net472 Microsoft.SourceIndexer.Tasks project pins them (directly or transitively) through the imported props. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Azure.Identity 1.21.0 deprecates ManagedIdentityCredential(string); pass ManagedIdentityId.FromUserAssignedClientId(clientId) at the three call sites instead. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
tannergooding
enabled auto-merge (squash)
July 19, 2026 18:15
jeffhandley
approved these changes
Jul 20, 2026
jeffhandley
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs the package version bumps from tannergooding/SourceBrowser (through
ed359a6) into the vendored copy, advancingSourceBrowser.hashto match, then advances every remainingPackageVersionundersrc/SourceBrowserto its latest stable.Sync from SourceBrowsered359a6-Basic.CompilerLog.Util0.9.19->0.9.47-NuGet.Frameworks6.13.1->7.6.0-BinLogToSln: drop theSystem.Reflection.Metadatareference in favor ofMicrosoft.CodeAnalysisBring everything else to latest- MSBuild18.7.1->18.8.2(Microsoft.Build.*,Microsoft.NET.StringTools)- Test stack:Microsoft.NET.Test.Sdk18.8.1,MSTest4.3.2,coverlet.collector10.0.1,nunit4.6.1,NUnit3TestAdapter6.2.0,Selenium.WebDriver4.46.0- Runtime10.0.x->10.0.10(System.Text.Json,System.Collections.Immutable,System.Reflection.Metadata,System.Composition,Microsoft.Bcl.AsyncInterfaces,Microsoft.Extensions.*, etc.)-Azure.Identity1.21.0,Azure.Storage.Blobs12.29.1,Microsoft.SourceLink.GitHub10.0.301,GuiLabs.Language.Xml1.2.119,MSBuild.StructuredLogger2.3.213Roslyn (5.6.0) keeps its source-indexer-specific pin -- the upstream file uses$(NuGetVersionRoslyn), which isn't defined here.----------StructuredLoggerhas to move in lockstep withBasic.CompilerLog.Util 0.9.47(which needs>= 2.3.204), andSystem.Collections.ImmutabletracksSystem.Reflection.Metadataso the transitively-pinnedMicrosoft.SourceIndexer.Tasksdoesn't hit a downgrade.Azure.Storage.Blobs 12.29.1dropped the default-valuedGetBlobs/GetBlobsByHierarchyoverloads, so the three call sites now passtraits/states(and remaining args) explicitly.Validated: full SourceBrowser build + 227 tests and the root solution build all pass.Prune redundant compat shims
HtmlGenerator(net10.0) directly referenced several framework-provided compat shims that NuGet flags withNU1510. Dropped those references and removed the 7PackageVersionentries no other project uses (System.Buffers,System.Memory,System.Numerics.Vectors,System.Threading.Tasks.Extensions,System.Runtime.CompilerServices.Unsafe,System.Text.Encodings.Web,System.Threading.Tasks.Dataflow).System.Collections.Immutable,System.Reflection.Metadata, andSystem.Text.Jsonkeep theirPackageVersionentries -- the net472Microsoft.SourceIndexer.Tasksproject pins them (directly or transitively) through the imported props.