Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: support new Path methods from .NET9 #1192

Merged
merged 2 commits into from
Jan 26, 2025

Conversation

vbreuss
Copy link
Member

@vbreuss vbreuss commented Jan 26, 2025

Add the two new methods to Path introduced in .NET 9:

  • string Combine(params ReadOnlySpan<string> paths)
  • string Join(params ReadOnlySpan<string?> paths)

@vbreuss vbreuss self-assigned this Jan 26, 2025
@vbreuss vbreuss enabled auto-merge (squash) January 26, 2025 20:52
@vbreuss vbreuss merged commit 5d1885d into main Jan 26, 2025
8 checks passed
@vbreuss vbreuss deleted the topic/add-support-for-new-path-methods branch January 26, 2025 21:03
Copy link

This is addressed in release v21.2.12.

@github-actions github-actions bot added the state: released Issues that are released label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: released Issues that are released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant