/Dumpper

An Utility extension that `Dump()` your objects in the terminal like LinqPad.

Primary LanguageC#MIT LicenseMIT

Dumpper - Just Print It ✂

Able to print with colors in your terminal 🎉 NUGET

Nuget Download released

Usage

Use the dump keyword to your data type

Model model = new Model();
model.Dump();// ==> Dump();

Example:1

demo1

demo1_run

Example:2

demo2

demo2_run

Not Yet:

  • Record Support