Conversation
CheckIfNeedsBuild treated any git branch change as needing a rebuild, evaluated
before the "scripts unchanged + output present" skip. In CI the repo is in
detached HEAD ("HEAD"/"unknown" vs the real branch), so a second ESBuild fired
at samples-publish time and regenerated hashed split chunks AFTER MSBuild had
cataloged the static web assets. The new chunk names were never cataloged, so
every pro_chunk_*.js 404'd (dotnet/sdk#49988).
Now a branch-context change no longer forces a rebuild when scripts are
unchanged and output already exists; genuine script changes (newer mtime) still
rebuild. Rebuilt the build-tools DLLs (linux-x64, osx-arm64, win-x64).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Gya7mK6hhbVZkjyhKyo3WC
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
Author
|
Release note verification: compared v4.6.0..develop after syncing main into develop. There are no changes under src/, so no public API surface changed in this patch; the GeoBlazorUpdateTool API diff was not rerun because this release contains only build-tool updates plus the 4.6.1 version bump. |
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.
Release v4.6.1
Highlights
SnappingOptionsused by Pro widgets.Bug Fixes
MapComponent.SetLayerso it no longer calls a missingsetLayermethod directly on raw ArcGIS objects. This resolves runtime failures seen when updatingSnappingOptionsafter render, including calls such asSetEnabled(true)in a Sketch workflow.Internal / Build / Tooling
developfrommainbefore release so this PR includes the published v4.6.0 baseline.