Capgemini / Cauldron

C# Toolkit
MIT License
77 stars 18 forks source link

Forcing Inject to use ContratType on contracts that implements... #71

Open reflection-emit opened 6 years ago

reflection-emit commented 6 years ago

… IEnumerable does not work.

reflection-emit commented 6 years ago

ForceDontCreateMany does not work also

reflection-emit commented 6 years ago

Current work around is

[Inject(NoPreloading = true, ForceDontCreateMany = true)]

Will be fixed in the next version