Fix unique directory received multi tfm - #1808
Merged
Merged
Conversation
…geting The directory convention derives both the received and the verified paths from the verified prefix, so, unlike the file convention, every target framework shared one received path. Each verification also clears received output on init, via DeleteFiles for the shared directory and DeleteDirectory in split mode, so concurrent framework runs would delete and overwrite each others received files. Scope the received side to the runtime and version when multiple frameworks are targeted. The verified paths are left alone, so committed snapshots do not move and accepting is unaffected. Also make the native AOT test skip with the missing prerequisite named, rather than reporting a machine level toolchain gap as a wall of publish output.
NewLineTests.TrailingNewlinesRaw manages this file itself, deleting it on entry, writing each variation it needs, and deleting it again at the end. The committed copy was never read, and every net10.0 run left the deletion in the working tree. Untrack it and ignore it, matching the sibling StringWithDifferingNewline file.
SimonCropp
force-pushed
the
fix-unique-directory-received-multi-tfm
branch
from
July 20, 2026 12:58
231e5e8 to
37508fb
Compare
This was referenced Jul 20, 2026
Closed
Closed
This was referenced Aug 4, 2026
agocke
pushed a commit
to serdedotnet/serde
that referenced
this pull request
Aug 12, 2026
Updated [Verify](https://github.com/VerifyTests/Verify) from 31.25.0 to 31.28.0. <details> <summary>Release notes</summary> _Sourced from [Verify's releases](https://github.com/VerifyTests/Verify/releases)._ ## 31.28.0 - [x] [#1822](VerifyTests/Verify#1822) Option to not scrub N instance Guids - [x] [#1825](VerifyTests/Verify#1825) Add GuidFormats option to ScrubInlineGuids - [x] [#1826](VerifyTests/Verify#1826) Add opt in newline tolerance settings ## 31.27.0 - [x] [#1809](VerifyTests/Verify#1809) Emit received→verified mapping for out-of-process accept/review tooling - [x] [#1810](VerifyTests/Verify#1810) Allow a stream target for a text extension - [x] [#1812](VerifyTests/Verify#1812) Received map file ## 31.26.0 - [x] [#1664](VerifyTests/Verify#1664) GuidScrubber support N format - [x] [#1803](VerifyTests/Verify#1803) Expose ssim - [x] [#1804](VerifyTests/Verify#1804) Span based scrubbers - [x] [#1805](VerifyTests/Verify#1805) Use ordinal string comparisons - [x] [#1806](VerifyTests/Verify#1806) N format guids - [x] [#1807](VerifyTests/Verify#1807) Align received naming single tfm - [x] [#1808](VerifyTests/Verify#1808) Fix unique directory received multi tfm Commits viewable in [compare view](VerifyTests/Verify@31.25.0...31.28.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Aug 12, 2026
This was referenced Aug 15, 2026
38 tasks
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.
No description provided.