Skip to content

Fix unique directory received multi tfm - #1808

Merged
SimonCropp merged 2 commits into
mainfrom
fix-unique-directory-received-multi-tfm
Jul 20, 2026
Merged

Fix unique directory received multi tfm#1808
SimonCropp merged 2 commits into
mainfrom
fix-unique-directory-received-multi-tfm

Conversation

@SimonCropp

Copy link
Copy Markdown
Member

No description provided.

@SimonCropp SimonCropp added this to the 31.26.0 milestone Jul 20, 2026
…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
SimonCropp force-pushed the fix-unique-directory-received-multi-tfm branch from 231e5e8 to 37508fb Compare July 20, 2026 12:58
@SimonCropp
SimonCropp merged commit 05912bc into main Jul 20, 2026
3 of 5 checks passed
@SimonCropp
SimonCropp deleted the fix-unique-directory-received-multi-tfm branch July 20, 2026 13:00
@github-actions
github-actions Bot restored the fix-unique-directory-received-multi-tfm branch July 20, 2026 13:00
This was referenced Jul 20, 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>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Verify&package-manager=nuget&previous-version=31.25.0&new-version=31.28.0)](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>
@SimonCropp
SimonCropp deleted the fix-unique-directory-received-multi-tfm branch August 14, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant