Skip to content

feat: Allowed write dump on generic TextWriter#118

Open
workgroupengineering wants to merge 1 commit intothomasgalliker:developfrom
workgroupengineering:features/TextWriter
Open

feat: Allowed write dump on generic TextWriter#118
workgroupengineering wants to merge 1 commit intothomasgalliker:developfrom
workgroupengineering:features/TextWriter

Conversation

@workgroupengineering
Copy link
Copy Markdown
Contributor

eg:

    var persons = new List<Person>
    {
        new Person { Name = "John", Age = 20, },
        new Person { Name = "Thomas", Age = 30, },
    };
    
    // Dump persons object directly into console output without going through a StringBuilder
    persons.Dump(Console.Out);

@thomasgalliker
Copy link
Copy Markdown
Owner

@workgroupengineering thanks for your contributions. I gonna look into the changes one-by-one and comment/adjust if necessary. Have a good weekend!

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@thomasgalliker
Copy link
Copy Markdown
Owner

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants