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.
- Host: GitHub
- URL: https://github.com/purkayasta/dumpper
- Owner: purkayasta
- License: mit
- Created: 2021-11-13T13:26:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T15:10:37.000Z (almost 3 years ago)
- Last Synced: 2025-08-01T01:32:12.699Z (11 months ago)
- Topics: console-application, csharp, dotnet, dotnet-core, extensions
- Language: C#
- Homepage: https://www.nuget.org/packages/Dumpper
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
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/)



# Usage
Use the dump keyword to your data type
```c#
Model model = new Model();
model.Dump();// ==> Dump();
```
## Example:1


## Example:2


# Not Yet:
- Record Support