Releases: pmrogala/Buildenator
Releases · pmrogala/Buildenator
v3.1.2
Trailing whitespaces fix
Trailing whitespaces fix
v3.1.0
v3.0.0
v2.0.0 - mocking extensions
Added
- Possibility to add a mocking functionality for interfaces
- mocking strategies introduced
- possibility to add custom mocking providers
- Moq extension
- Faking strategies
v1.2.0 - user defined method detection
Added
- Now the generator detected user defined "with" methods, so it does not generate duplicates causing compilation errors
- .NetBenchmark with some simple scenarios
Changed
- a bit of refactoring of the code
v1.1.0 - fixture configurations
- Enabled fixtures configuration on the assembly and class levels.
- Fixing the bug of rare possibility to generate some duplicated usings.
v1.0.0
- Initial projects
- A basic builder source generator
- the source generator creates the "with" methods basing on constructor parameters and settable properties.
- if there is duplication in naming, a constructor parameter has higher priority than the property.
- the source generator creates the "with" methods basing on constructor parameters and settable properties.
- Sample projects
- IntegrationTests
- A basic builder source generator
- a .gitignore file
Initial Version
0.1.0 - Initial projects - A basic builder source generator - Sample projects - a .gitignore file