Skip to content

Add TempDirectory + string operator for combining paths#1755

Merged
SimonCropp merged 2 commits into
mainfrom
Add-TempDirectory-+-string-operator-for-combining-paths
Jun 18, 2026
Merged

Add TempDirectory + string operator for combining paths#1755
SimonCropp merged 2 commits into
mainfrom
Add-TempDirectory-+-string-operator-for-combining-paths

Conversation

@SimonCropp

Copy link
Copy Markdown
Member

Only TempDirectory + relative string suffix is meaningful, since TempFile.Path and TempDirectory.Path are both full paths. Combining two full paths (or prepending to one) produces nonsense, so those overloads are omitted.

Only TempDirectory + relative string suffix is meaningful, since
TempFile.Path and TempDirectory.Path are both full paths. Combining
two full paths (or prepending to one) produces nonsense, so those
overloads are omitted.
@SimonCropp SimonCropp added this to the 31.20.0 milestone Jun 18, 2026
@SimonCropp SimonCropp merged commit 96f1dcc into main Jun 18, 2026
7 checks passed
@SimonCropp SimonCropp deleted the Add-TempDirectory-+-string-operator-for-combining-paths branch June 18, 2026 21:46
This was referenced Jun 18, 2026
agocke pushed a commit to serdedotnet/serde that referenced this pull request Jun 26, 2026
Updated [Verify.XunitV3](https://github.com/VerifyTests/Verify) from
31.19.1 to 31.20.0.

<details>
<summary>Release notes</summary>

_Sourced from [Verify.XunitV3's
releases](https://github.com/VerifyTests/Verify/releases)._

## 31.20.0

- [x] [#​1755](VerifyTests/Verify#1755) Add
TempDirectory + string operator for combining paths
- [x] [#​1756](VerifyTests/Verify#1756) TUnit
1.56.0
- [x] [#​1757](VerifyTests/Verify#1757) Expecto
11.1.0

Commits viewable in [compare
view](VerifyTests/Verify@31.19.1...31.20.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Verify.XunitV3&package-manager=nuget&previous-version=31.19.1&new-version=31.20.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>
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