Releases: ByronMayne/AutoFactories
Releases · ByronMayne/AutoFactories
1.1.19
What's Changed
- Prevented a stack overflow error when resolving a type by @ByronMayne in #78
Full Changelog: 1.1.18...1.1.19
1.1.18
What's Changed
- Fixed the generated interface not being partial by @ByronMayne in #76
- Fixed the issue where the DI extensions created multiple bindings by @ByronMayne in #77
Full Changelog: 1.1.17...1.1.18
1.1.17
What's Changed
- Fixed #67 which did not allow for nameof expressions by @ByronMayne in #70
- Added support for Nullable and Nullable Reference Types by @ByronMayne in #71
- Fixed internal constructors not generating with parameters by @ByronMayne in #72
Full Changelog: 1.1.16...1.1.17
1.1.16
What's Changed
- Fixed the Microsoft DI namespace still not being included by @ByronMayne in #66
Full Changelog: 1.1.15...1.1.16
1.1.15
What's Changed
- Fixed the Factory Method named being ignored by @ByronMayne in #65
Full Changelog: 1.1.14...1.1.15
1.1.14
What's Changed
- Added a misssing namespace that broke Microsoft DI by @ByronMayne in #63
Full Changelog: 1.1.13...1.1.14
1.1.12
What's Changed
- Fixed the bug where the imports being generated were incorrect by @ByronMayne in #61
Full Changelog: 1.1.12...1.1.13
1.1.12
What's Changed
- Fixed a compiler error when a method parameter was called
requestby @ByronMayne in #57 - Fixed the generated files having the wrong extensions by @ByronMayne in #58
- Fixed the generator not being able to run with missing types by @ByronMayne in #59
Full Changelog: 1.1.11...1.1.12
1.1.11
What's Changed
- Used new shared CI file with matrix by @ByronMayne in #47
- Removed NugetInsights as it was not doing what I wanted by @ByronMayne in #48
- All factories now import whatever namespaces the user brought in by @ByronMayne in #50
- Added an icon to the NuGet package by @ByronMayne in #51
- Added a test to validate the shared factories create interfaces by @ByronMayne in #52
- Fixed the CI being unable to publish by @ByronMayne in #53
- Added a test to validate the shared factories create interfaces by @ByronMayne in #54
- Fixed the publish steps brace direction by @ByronMayne in #55
Full Changelog: 1.1.10...1.1.11
1.1.10
What's Changed
- Fixed the AutoFactoryServiceCollectionExtensions having a compiler error by @ByronMayne in #40
- Fixed all thee compiler warnings by @ByronMayne in #41
- Updated all the NuGet packages to latest version by @ByronMayne in #42
- Added diagnostic suppressions to generated classes by @ByronMayne in #43
- Fixed the bug where ExposeAs was creating the wrong type by @ByronMayne in #44
- Refactored the unit tests to all use the same base class by @ByronMayne in #45
- Added NugetInsights.Connector by @ByronMayne in #46
Full Changelog: 1.1.9...1.1.10