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 Jul 21, 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.
No description provided.