Skip to content

Releases: ByronMayne/AutoFactories

1.1.19

29 Jun 17:05
1c0aae4

Choose a tag to compare

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

29 Jun 16:37
9293796

Choose a tag to compare

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

24 Jun 23:30
d8f9cfa

Choose a tag to compare

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

09 Jun 03:01
7148521

Choose a tag to compare

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

09 Jun 02:41
e0188ed

Choose a tag to compare

What's Changed

Full Changelog: 1.1.14...1.1.15

1.1.14

30 May 14:57
aeaf3f7

Choose a tag to compare

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

26 May 01:04
dea5dce

Choose a tag to compare

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

08 May 02:23
d358949

Choose a tag to compare

What's Changed

  • Fixed a compiler error when a method parameter was called request by @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

17 Feb 04:04
277f86a

Choose a tag to compare

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

05 Jan 17:52
4ce7e13

Choose a tag to compare

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