build: refresh Roslyn DLLs from the global.json-pinned toolchain - #171
Open
VPDPersonal wants to merge 1 commit into
Open
build: refresh Roslyn DLLs from the global.json-pinned toolchain#171VPDPersonal wants to merge 1 commit into
VPDPersonal wants to merge 1 commit into
Conversation
Rebuild both shipped DLLs with the SDK pinned in global.json (10.0.300) so the release workflow's byte-freshness gate passes: the previous commits were built before the pin landed and differ only in the PE timestamp and MVID — the IL is byte-identical, so this is a fingerprint-only refresh. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LsVLAxv4eia9yv4TjSaP3G
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.
Summary
Пере-выпуск обеих поставляемых DLL сборкой с пиненым в
global.jsonSDK (10.0.300), чтобы гейт байт-свежести из #167 проходил на следующем теге.Контекст: при ручной публикации rc.6 (Actions лежал) гейт показал расхождение закоммиченных DLL со свежей Release-сборкой — только PE-timestamp и MVID (20–72 байта), IL побайтово идентичен: DLL из #164 были собраны до того, как пин SDK доехал до main. Функциональных изменений в этом PR нет — обновляется только детерминированный отпечаток.
Проверено: повторная сборка в том же окружении воспроизводит эти байты md5-в-md5;
git diffпо DLL послеdotnet build -c Releaseобоих решений чист.release.ymlна следующем теге — если гейт упадёт там, DLL нужно будет коммитить из CI-сборки.🤖 Generated with Claude Code
https://claude.ai/code/session_01LsVLAxv4eia9yv4TjSaP3G