alansingfield
- 9,598 total downloads
- last updated 10/24/2019
- Latest version: 3.0.0
Automatic generation of C# object literal initialiser, based on runtime data. Reads the object at runtime and writes the equivalent C# to recreate that object in code. Useful for snapshotting the output of one unit test for input to the next.
- 8,746 total downloads
- last updated 10/24/2019
- Latest version: 3.0.0
Automatic generation of C# code for Shouldly unit tests. Reads your test output and generates a matching test for each property in your model. An easy way to achieve 100% test coverage.
- 4,905 total downloads
- last updated 10/24/2019
- Latest version: 3.0.0
Given a populated object model at runtime, outputs the C# code to recreate the model independently.
Able to handle circular references and list initialisations.
Particularly useful for snapshotting WPF ViewModels for use in the WPF designer.