Sign in Sign up
nuget

Digitrish.WrapperGenerator

Scaffold code generator for generating wrapper class to any existing non-testable classes such static classes and .Net libraries like System.IO. Very useful for doing TDD and decoupling dependencies to 3rd party libraries. Usage: On Package Manager Console type the following command: Scaffold Wrapper {[Namespace].ClassName} Examples: Scaffold Wrapper System.IO.Directory Scaffold Wrapper System.IO.FileSystemWatcher Scaffold Wrapper System.IO.File Note: Reference assemblies must be already referenced to your project before generating wrapper class.

nuget View on Nuget

Activity

Latest release
12y ago
Total releases
9
Cadence
~daily
Last 12 months
0

Details

First release
Aug 26, 2013
Releases
Version Released
1.0.0.8 patch
1.0.0.7 patch
1.0.0.6 patch
1.0.0.5 patch
1.0.0.4 patch
1.0.0.3 patch
1.0.0.2 patch
1.0.0.1 patch
1.0.0 initial