Skip to content

Conversation

@workgroupengineering
Copy link
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
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

Azure Pipelines successfully started running 1 pipeline(s).

@thomasgalliker
Copy link
Owner

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

workgroupengineering and others added 4 commits March 22, 2024 17:42
# Conflicts:
#	ObjectDumper/Internal/DumperBase.cs
#	ObjectDumper/Internal/ObjectDumperCSharp.cs
#	ObjectDumper/Internal/ObjectDumperConsole.cs
#	ObjectDumper/ObjectDumper.csproj
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