PrintClassInstance 1.1.0

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package PrintClassInstance --version 1.1.0
NuGet\Install-Package PrintClassInstance -Version 1.1.0
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="PrintClassInstance" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PrintClassInstance --version 1.1.0
#r "nuget: PrintClassInstance, 1.1.0"
#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 PrintClassInstance as a Cake Addin
#addin nuget:?package=PrintClassInstance&version=1.1.0

// Install PrintClassInstance as a Cake Tool
#tool nuget:?package=PrintClassInstance&version=1.1.0

PrintClassInstance is a light weight class library that is developed as an extension and can be used to print an instance of a class to a text file.

While debugging, an instance of a class can be printed to a text file from the immediate window.

The information is extracted using reflection. The library currently supports Properties and fields. Properties/Fields that are not supported the output will be incomplete (for example output for Tuples will be incomplete). They are currently being developed or fixed.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  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.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PrintClassInstance:

Package Downloads
AssemblyExtensions

AssemblyExtensions is a .NET Core class library that can be used to get metadata for an assembly.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.1 1,721 11/5/2017
5.2.0 1,348 11/4/2017
5.1.0 1,376 10/29/2017
5.0.0 1,348 10/21/2017
4.1.2 1,310 9/16/2017
4.1.1 1,381 9/14/2017
4.1.0 1,408 9/2/2017
4.0.4 1,374 8/19/2017
3.2.1 1,464 6/16/2017
3.2.0 2,053 4/22/2017
3.1.0 1,970 4/6/2017
3.0.12 1,246 4/5/2017
3.0.11 2,268 3/5/2017
3.0.10 1,603 3/3/2017
3.0.9 1,698 2/28/2017
3.0.8 1,638 2/26/2017
3.0.7 1,532 2/25/2017

(1) Output includes fields inadditon to properties.