All Versions
10
Latest Version
Avg Release Cycle
63 days
Latest Release
2218 days ago

Changelog History

  • v2.4.5 Changes

    March 23, 2018
    • ๐Ÿ‘‰ Use MSBuildLocator to dynamically load MSBuild as discussed in #39
    • โž• Added special cases for IAsyncAction and IAsyncOperation (#41)
  • v2.4.3 Changes

    March 02, 2018
    • โž• Add support for different platforms in MSBuild
    • Instead of failing the subs generation when the workspace has errors, ignore projects that don't open.
  • v2.4.2 Changes

    February 28, 2018
    • ๐Ÿ› Bug fixes.
    • ๐Ÿ‘Œ Support for custom event delegates with return type (see #36).
  • v2.4.1 Changes

    February 18, 2018

    ๐Ÿš€ This release fixes few bugs in 2.4.0.

  • v2.4.0 Changes

    February 14, 2018
    • Write generated stubs to the intermediate output path (e.g. Debug/obj) instead of the Properties folder which solves several issues (including manually adding the stubs file for UWP).
    • ๐Ÿ‘‰ Use an exe instead of an MSBuild task for generating stubs.
  • v2.3.4 Changes

    July 26, 2017
    • ๐Ÿ›  Fix #27
  • v2.3.3

    June 05, 2017
  • v2.3.2 Changes

    May 04, 2017
    • โž• Added support for custom delegates. See PR #17 (thanks @mclift).
    • โž• Added support for loose mocks. See PR #15 (thanks @mclift ).
    • โž• Added support for static usings, See PR #20 (thanks @Snorvisable).
    • ๐Ÿ‘€ Split the Etg.SimpleStubs into two packages, one for code generation and one that contains the SimpleStubs APIs. See #22.
    • โž• Add support for new csproj based .NetCore and .NetStandard projects.
  • v2.3.1 Changes

    November 16, 2016

    ๐Ÿš€ This release adds the possibility to generate stubs for the project where SimpleStubs is installed (not only referenced projects). This is useful if you'd like to generate stubs for interfaces that are defined in your test project or in a shared project.

    ๐Ÿ“š To enable this feature, set "StubCurrentProject" to true in the configuration file.

  • v2.3.0 Changes

    September 05, 2016

    ๐Ÿš€ Stubbing indexers is now supported. This release addresses issue #6, thanks to @christiannagel for reporting this missing feature!

    ๐Ÿ“š The documentation for stubbing indexers can be found here.