Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allowed write dump on generic TextWriter #118

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

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 3 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