Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: add new File methods from .NET 9 - #1193

#1193
Merged
vbreuss merged 1 commit into
mainTestableIO/System.IO.Abstractions:mainfrom
topic/add-net9-file-methodsTestableIO/System.IO.Abstractions:topic/add-net9-file-methodsCopy head branch name to clipboard
Jan 28, 2025
Merged

feat: add new File methods from .NET 9#1193
vbreuss merged 1 commit into
mainTestableIO/System.IO.Abstractions:mainfrom
topic/add-net9-file-methodsTestableIO/System.IO.Abstractions:topic/add-net9-file-methodsCopy head branch name to clipboard

Conversation

@vbreuss

@vbreuss vbreuss commented Jan 28, 2025

Copy link
Copy Markdown
Member
  • Task AppendAllBytesAsync(string, byte[], CancellationToken)
  • Task AppendAllBytesAsync(string, ReadOnlyMemory, CancellationToken)
  • Task AppendAllTextAsync(string, ReadOnlyMemory, Encoding, CancellationToken)
  • Task AppendAllTextAsync(string, ReadOnlyMemory, CancellationToken)
  • Task WriteAllBytesAsync(string, ReadOnlyMemory, CancellationToken)
  • Task WriteAllTextAsync(string, ReadOnlyMemory, Encoding, CancellationToken)
  • Task WriteAllTextAsync(string, ReadOnlyMemory, CancellationToken)
  • void AppendAllBytes(string, byte[])
  • void AppendAllBytes(string, ReadOnlySpan)
  • void AppendAllText(string, ReadOnlySpan)
  • void AppendAllText(string, ReadOnlySpan, Encoding)
  • void WriteAllBytes(string, ReadOnlySpan)
  • void WriteAllText(string, ReadOnlySpan)
  • void WriteAllText(string, ReadOnlySpan, Encoding)

- Task AppendAllBytesAsync(string, byte[], CancellationToken)
- Task AppendAllBytesAsync(string, ReadOnlyMemory<byte>, CancellationToken)
- Task AppendAllTextAsync(string, ReadOnlyMemory<char>, Encoding, CancellationToken)
- Task AppendAllTextAsync(string, ReadOnlyMemory<char>, CancellationToken)
- Task WriteAllBytesAsync(string, ReadOnlyMemory<byte>, CancellationToken)
- Task WriteAllTextAsync(string, ReadOnlyMemory<char>, Encoding, CancellationToken)
- Task WriteAllTextAsync(string, ReadOnlyMemory<char>, CancellationToken)
- void AppendAllBytes(string, byte[])
- void AppendAllBytes(string, ReadOnlySpan<byte>)
- void AppendAllText(string, ReadOnlySpan<char>)
- void AppendAllText(string, ReadOnlySpan<char>, Encoding)
- void WriteAllBytes(string, ReadOnlySpan<byte>)
- void WriteAllText(string, ReadOnlySpan<char>)
- void WriteAllText(string, ReadOnlySpan<char>, Encoding)
@vbreuss vbreuss self-assigned this Jan 28, 2025
@vbreuss
vbreuss enabled auto-merge (squash) January 28, 2025 15:19
@vbreuss
vbreuss merged commit 15d0547 into main Jan 28, 2025
@vbreuss
vbreuss deleted the topic/add-net9-file-methods branch January 28, 2025 15:23
@github-actions

Copy link
Copy Markdown

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.