Skip to content

Port System.IO docs for .NET 9 APIs #105979

@carlossanlop

Description

@carlossanlop

Below is the list of APIs that still show up as undocumented in dotnet-api-docs and were introduced in .NET 9.

Full porting instructions can be found in the main issue.

This task needs to be finished the day before the RC2 snap (September 15th).

P7 Undoc APIs as of 08/20: #105979 (comment)

Outdated

Scroll right to see the details:

API Summary Parameters TypeParameters ReturnValue
M:System.IO.File.AppendAllBytes(System.String,System.ReadOnlySpan{System.Byte}) Missing Missing NA NA
M:System.IO.File.AppendAllBytes(System.String,System.Byte[]) Missing Missing NA NA
M:System.IO.File.AppendAllBytesAsync(System.String,System.Byte[],System.Threading.CancellationToken) Missing Missing NA Missing
M:System.IO.File.AppendAllBytesAsync(System.String,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken) Missing Missing NA Missing
M:System.IO.File.AppendAllText(System.String,System.ReadOnlySpan{System.Char},System.Text.Encoding) Missing Missing NA NA
M:System.IO.File.AppendAllText(System.String,System.ReadOnlySpan{System.Char}) Missing Missing NA NA
M:System.IO.File.AppendAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Text.Encoding,System.Threading.CancellationToken) Missing Missing NA Missing
M:System.IO.File.AppendAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken) Missing Missing NA Missing
M:System.IO.File.WriteAllBytes(System.String,System.ReadOnlySpan{System.Byte}) Missing Missing NA NA
M:System.IO.File.WriteAllBytesAsync(System.String,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken) Missing Missing NA Missing
M:System.IO.File.WriteAllText(System.String,System.ReadOnlySpan{System.Char},System.Text.Encoding) Missing Missing NA NA
M:System.IO.File.WriteAllText(System.String,System.ReadOnlySpan{System.Char}) Missing Missing NA NA
M:System.IO.File.WriteAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Text.Encoding,System.Threading.CancellationToken) Missing Missing NA Missing
M:System.IO.File.WriteAllTextAsync(System.String,System.ReadOnlyMemory{System.Char},System.Threading.CancellationToken) Missing Missing NA Missing
M:System.IO.FileStream.CopyTo(System.IO.Stream,System.Int32) Missing Missing NA NA
M:System.IO.Path.Combine(System.ReadOnlySpan{System.String}) Missing Missing NA Missing
M:System.IO.Path.Join(System.ReadOnlySpan{System.String}) Missing Missing NA Missing
M:System.IO.StreamWriter.Write(System.String,System.ReadOnlySpan{System.Object}) Missing Missing NA NA
M:System.IO.StreamWriter.WriteLine(System.String,System.ReadOnlySpan{System.Object}) Missing Missing NA NA
M:System.IO.TextWriter.CreateBroadcasting(System.IO.TextWriter[]) Missing Missing NA Missing
M:System.IO.TextWriter.Write(System.String,System.ReadOnlySpan{System.Object}) Missing Missing NA NA
M:System.IO.TextWriter.WriteLine(System.String,System.ReadOnlySpan{System.Object}) Missing Missing NA NA

Metadata

Metadata

Assignees

Labels

area-System.IOdocumentationDocumentation bug or enhancement, does not impact product or test codein-prThere is an active PR which will close this issue when it is merged

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions