An open API service indexing awesome lists of open source software.

https://github.com/purkayasta/dumpper

An Utility extension that `Dump()` your objects in the terminal like LinqPad.
https://github.com/purkayasta/dumpper

console-application csharp dotnet dotnet-core extensions

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Dumpper - Just Print It ✂

Able to print with colors in your terminal 🎉
[NUGET](https://www.nuget.org/packages/Dumpper/)

![Nuget](https://img.shields.io/nuget/v/Dumpper)
![Download](https://img.shields.io/nuget/dt/Dumpper?color=blue&style=plastic)
![released](https://img.shields.io/github/release-date/purkayasta/dumpper?style=flat-square)

# Usage

Use the dump keyword to your data type

```c#
Model model = new Model();
model.Dump();// ==> Dump();
```

## Example:1

![demo1](https://user-images.githubusercontent.com/12936435/150546049-4ec0ab2b-d9f5-4368-918c-d0bdb841d622.png)

![demo1_run](https://user-images.githubusercontent.com/12936435/150546059-9ad6f793-74b7-4122-a906-5688fd13c060.png)

## Example:2

![demo2](https://user-images.githubusercontent.com/12936435/150546063-1881b6c2-9d9b-44b5-93e0-4429ed6d4bbd.png)

![demo2_run](https://user-images.githubusercontent.com/12936435/150546064-194f55ac-9b43-4eb1-a743-e862ebaac309.png)

# Not Yet:
- Record Support