Git Product home page Git Product logo

stateprinter's Introduction

StatePrinter

Build status Nuget Nuget Nuget Coverage Status License Stats Stats

Join the chat at https://gitter.im/kbilsted/StatePrinter

What is Stateprinter

A simple framework for automating aspects of implementing ToString()-methods, unit testing, and debugging. Speed is achieved through run-time code generation and caching.

Why you should take StatePrinter for a spin

  • No more manual ToString() - it is much easier to write robust and self-sufficient ToString() methods. Seamless integration into a code-base with manually implemented ToString-methods.
  • No more manual writing/updating Asserts - both for new tests and when the code changes, all tests can automatically be corrected.
  • No more screens full of asserts. Especially testing against object-graphs is a bliss.
  • Very configurable and extensible.
  • It is part of the back-end engine of other projects

How do I get started

The documentation is split into

and

and

Where can I get it?

Install Stateprinter from the package manager console:

PM> Install-Package StatePrinter

And for pre-release versions

PM> Install-Package StatePrinter -Pre

How can I get help?

For quick questions, Stack Overflow is your best bet. For harder questions, bugs, issues or feature requests, create a GitHub Issue (and let's chat).

How can I help out

Everyone is encouraged to help improve this project. Here are a few ways you can help:

  • Blog about your experinces with the tool. We highly need publicity. I'll gladly link from here to your blog.
  • Report bugs
  • Fix issues and submit pull requests
  • Write, clarify, or fix the documentation
  • Suggest or add new features

StatePrinter has been awarded a ReSharper group lincense, to share among all active contributers.

Versioning

Stateprinter is maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<build>

and constructed with the following guidelines:

  • Breaking backward compatibility bumps the major
  • New additions without breaking backward compatibility bumps the minor
  • Bug fixes and misc changes increase the build number

For more information on SemVer, please visit http://semver.org/.

History

Version History: http://github.com/kbilsted/StatePrinter/blob/master/CHANGELOG.md

This file describes the latest pushed changes. For documentation of earlier releases see: 1.0.6, 1.0.5, 1.0.4

Upgrading from v1.xx to v2.0.x should be a matter of configuring the Configuration.LegacyBehaviour

Upgrading from v2.0 to v2.1 simply follow the documentation in the obsolete attributes.

Requirements

Requires .NET 3.5 or newer.

License

Stateprinter is under the Apache License 2.0, meaning that you can freely use this in other open source or commercial products. If you use it for commercial products please have the courtesy to leave me an email with a 'thank you'.

Have fun!

Kasper B. Graversen

stateprinter's People

Contributors

kbilsted avatar janusschmidt avatar romkatv avatar kristianhald avatar sjdirect avatar ajryan avatar aloisdg avatar daniel15 avatar addamichal avatar gitter-badger avatar pberggreen avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.