Digitrish.WrapperGenerator 1.0.0.2

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

// Install Digitrish.WrapperGenerator as a Cake Tool
#tool nuget:?package=Digitrish.WrapperGenerator&version=1.0.0.2

Scaffold code generator for generating wrapper class to any existing non-testable classes such as .net System.IO.
         Very usefully for doing TDD and decoupling dependencies to 3rd party libraries.
         Usage: On Package Manager Console type the following command:
         Scaffold Wrapper {className}
         Examples:
         Scaffold Wrapper System.IO.Directory
         Scaffold Wrapper System.IO.FileSystemWatcher
         Scaffold Wrapper System.IO.File

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.8 3,168 10/1/2013
1.0.0.7 2,195 9/5/2013
1.0.0.6 2,231 8/27/2013
1.0.0.5 2,122 8/27/2013
1.0.0.4 2,031 8/26/2013
1.0.0.3 2,303 8/26/2013
1.0.0.2 2,134 8/26/2013
1.0.0.1 2,214 8/26/2013
1.0.0 2,437 8/26/2013

Add tags and update descriptions.