AspectObjectDumper 1.5.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package AspectObjectDumper --version 1.5.4
NuGet\Install-Package AspectObjectDumper -Version 1.5.4
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="AspectObjectDumper" Version="1.5.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspectObjectDumper --version 1.5.4
#r "nuget: AspectObjectDumper, 1.5.4"
#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.
// Install AspectObjectDumper as a Cake Addin
#addin nuget:?package=AspectObjectDumper&version=1.5.4

// Install AspectObjectDumper as a Cake Tool
#tool nuget:?package=AspectObjectDumper&version=1.5.4

Features:
           * The dump output is separated from the targeted dump media by the familiar TextWriter interface.
           * The programmer can dump the value of any type of object: primitive and  enum types (including those marked with FlagsAttribute), custom classes, struct-s, collections, etc.
           * For complex type objects (classes and structs) the dumper outputs the names and the values of the properties.
           * The dump is recursive: the complex members of the dumped object are dumped indented.
           * Dumps the elements of sequences (arrays, lists, dictionaries, etc.)
           * Handles circular references.
           * The developers can easily customize various aspects of the dump by using an attribute (DumpAttribute) on the classes and their members, such as:
               - the order in which the properties are dumped;
               - formatting of the property names and/or values;
               - suppressing the dump of some uninteresting properties;
               - masking the values of sensitive (e.g. PII) properties;
               - the depth of the recursion into complex members;
               - the maximum number of dumped elements of sequence properties.
           * The dumper picks the customization attributes also from buddy classes declared with MetadataTypeAttribute.
           * Even if the class doesn't have any attributes, the programmer can still pass a metadata class as a separate parameter to the dumping method. This allows for control over the dump of BCL and third party classes.
           * Build and tested with .NET 4.0, 4.6. This package targets .NET 4.0.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AspectObjectDumper:

Package Downloads
vm.Aspects

A set of classes, utilities, etc. addressing various common cross-cutting concerns or extending existing similar libraries like Enterprise Library, Unity, etc. Supports .NET 4.6.2, 4.7.1 and 4.7.2.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.10.2 2,818 6/20/2018
1.10.0 2,039 4/25/2018
1.9.11 1,562 3/22/2018
1.9.10 3,456 11/10/2017
1.9.9 2,685 10/26/2017
1.9.8 1,327 10/26/2017
1.9.7 2,182 10/5/2017
1.8.0 1,341 10/1/2017
1.7.11 2,691 8/1/2017
1.7.10 1,429 7/30/2017
1.7.9 1,373 7/29/2017
1.7.8 1,420 7/28/2017
1.7.7 1,420 7/28/2017
1.7.6 2,510 7/6/2017
1.7.5 2,025 6/30/2017
1.7.5-debug 1,207 6/30/2017
1.7.4 1,394 6/26/2017
1.7.4-debug 1,237 6/26/2017
1.6.22 3,162 4/7/2017
1.6.21 1,581 3/22/2017
1.6.18 1,830 3/3/2017
1.6.15 2,051 2/19/2017
1.6.12 4,763 10/28/2016
1.6.11 1,491 10/25/2016
1.6.10 1,489 10/25/2016
1.6.9 1,445 10/25/2016
1.6.8 3,763 7/1/2016
1.6.7 1,685 6/29/2016
1.6.6 1,514 6/25/2016
1.6.5 1,519 6/23/2016
1.6.4 1,499 6/19/2016
1.6.2 1,794 5/27/2016
1.5.5 1,745 4/24/2016
1.5.4 1,514 4/14/2016
1.5.3 1,549 4/8/2016
1.5.2 1,785 1/27/2016
1.5.1 3,394 1/26/2016
1.5.0 2,359 1/1/2016
1.4.2 2,388 12/15/2015
1.4.0 2,529 9/17/2015
1.3.2 1,918 5/20/2015
1.3.0 1,610 5/9/2015
1.2.1 1,613 5/20/2015
1.2.0.5 3,083 4/19/2015
1.2.0.3 1,917 4/9/2015
1.2.0.1 1,641 4/9/2015
1.2.0 1,616 4/7/2015
1.1.0.1 2,064 3/5/2015
1.0.3.7 1,737 3/4/2015
1.0.3.6 1,765 3/3/2015
1.0.3.5 1,798 3/3/2015
1.0.3.4 2,009 3/3/2015
1.0.3.3 1,847 3/3/2015
1.0.3.2 1,551 3/3/2015
1.0.3.1 1,855 3/3/2015
1.0.2.4 1,869 12/2/2014
1.0.2.2 1,712 10/24/2014
1.0.2.1 1,685 10/24/2014
1.0.1.2 1,574 10/23/2014
1.0.1.1 2,266 5/9/2014
1.0.1 1,853 5/9/2014
1.0.0.1 3,331 12/3/2013
1.0.0 1,779 12/3/2013
0.9.3 1,844 9/18/2013
0.9.2 1,760 9/15/2013
0.9.1 1,771 9/12/2013

Now the dumper searches for the DumpAttribute.DumpMethod also in the class' DumpAttribute.