ObjectDumper.NET 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ObjectDumper.NET --version 1.0.1
                    
NuGet\Install-Package ObjectDumper.NET -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ObjectDumper.NET" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ObjectDumper.NET" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="ObjectDumper.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ObjectDumper.NET --version 1.0.1
                    
#r "nuget: ObjectDumper.NET, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ObjectDumper.NET@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ObjectDumper.NET&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=ObjectDumper.NET&version=1.0.1
                    
Install as a Cake Tool

ObjectDumper is a utility which aims to serialize C# objects to string for debugging and logging purposes.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on ObjectDumper.NET:

Package Downloads
SunamoReflection

Advanced reflection for faster development

MercadoPagoCore

The inofficial MercadoPagoCore SDK for .NetCoreApps

KarambaCommon

An interactive, parametric Finite Element program for beams and shells.

CraxShared

Package Description

klefki

An ASP.NET core client for the Klefki API

GitHub repositories (7)

Showing the top 7 popular GitHub repositories that depend on ObjectDumper.NET:

Repository Stars
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
ahmedayman4a/Linkedin-Learning-Courses-Downloader
Download LinkedIn Learning Courses in mp4 format and in the video quality you like with an intuitive UI
thexeondev/WutheringWaves
Wuthering Waves ps (0.9.0)
winsecurity/Offensive-C-Sharp
Sanae6/SmoOnlineServer
Official server for Super Mario Odyssey: Online
thomasgalliker/CameraScanner.Maui
Camera preview and barcode scanner for .NET MAUI apps
thomasgalliker/Plugin.FirebasePushNotifications
Receive and handle firebase push notifications in .NET MAUI apps
Version Downloads Last Updated
4.4.10-pre 117 1/13/2026
4.4.8-pre 96 1/12/2026
4.4.7-pre 543 12/8/2025
4.4.6-pre 220 12/5/2025
4.4.5-pre 202 12/4/2025
4.4.3-pre 203 12/4/2025
4.4.1-pre 185 12/4/2025
4.3.4-pre 17,794 10/6/2024
4.3.2 255,051 9/14/2024
4.3.1-pre 1,256 6/17/2024
4.3.0-pre 369 5/24/2024
4.2.7 75,211 5/13/2024
4.2.6-pre 228 5/13/2024
4.2.2-pre 189 5/13/2024
4.2.1-pre 222 5/9/2024
4.1.17 57,098 3/26/2024
4.1.16-pre 1,879 3/11/2024
4.1.15 95,070 1/24/2024
4.1.12-pre 914 10/29/2023
1.0.1 4,438 6/19/2017
Loading failed

1.0.1
- Bug fix: Ignore non-public properties
     
1.0.0
- Initial release