Skip to content

Bugfixin'

Choose a tag to compare

@kbilsted kbilsted released this 21 Jan 20:55
· 256 commits to master since this release
  • Executing stylecop on the build server.
  • Made the Configuration class API a bit more fluent
  • BUGFIX: Harvesting of types were cached across Stateprinter instances, which no longer makes sense since harvesting is configurable from instance to instance.
  • BUGFIX: Changed how ToString() methods are harvested. Thanks to "Sjdirect".