All Versions
10
Latest Version
Avg Release Cycle
63 days
Latest Release
1081 days ago
Changelog History
Changelog History
-
v2.4.3
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.1
February 18, 2018๐ This release fixes few bugs in 2.4.0.
-
v2.4.0
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.3
June 05, 2017 -
v2.3.2
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
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
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.