Skip to content

All methods that accept bufferSize and use FileStream internally should allow for passing zero to disable buffering #53497

@adamsitnik

Description

@adamsitnik

This is something I've missed in #52928

public static partial class File
{
    public static System.IO.FileStream Create(string path, int bufferSize) { throw null; }
    public static System.IO.FileStream Create(string path, int bufferSize, System.IO.FileOptions options) { throw null; }
}

Metadata

Metadata

Assignees

Labels

area-System.IOgood first issueIssue should be easy to implement, good for first-time contributorshelp wanted[up-for-grabs] Good issue for external contributors

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions