ByronMayne / AutoFactories

AutoFactories is a C# library used to generate factories for types to be used in dependency injection.
MIT License
1 stars 0 forks source link

Fixed the issue where templates would not generate correctly #33

Closed ByronMayne closed 1 day ago

ByronMayne commented 1 day ago

The issue was resolved by switching the build scripts from build to buildTransitive.

https://github.com/NuGet/Home/wiki/Allow-package--authors-to-define-build-assets-transitive-behavior

ByronMayne commented 1 day ago

image Example of the layout now