Skip to content

The field leaveOpen is not assigned in the CsvWriter constructor #2066

Closed
@ravenyue

Description

@ravenyue

Describe the bug
The field leaveOpen in the CsvWriter constructor is not assigned, causing the leaveOpen parameter to not work.

public CsvWriter(TextWriter writer, CultureInfo culture, bool leaveOpen = false) : this(writer, new CsvConfiguration(culture)) { }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions