ObjectDumper icon indicating copy to clipboard operation
ObjectDumper copied to clipboard

feat: Allowed write dump on generic TextWriter

Open workgroupengineering opened this issue 1 year ago • 4 comments

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);

workgroupengineering avatar Aug 10 '23 09:08 workgroupengineering

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

thomasgalliker avatar Aug 11 '23 21:08 thomasgalliker

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 29 '23 16:10 azure-pipelines[bot]

/azp run

thomasgalliker avatar Oct 29 '23 17:10 thomasgalliker

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Oct 29 '23 17:10 azure-pipelines[bot]