JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
563 stars 118 forks source link

Added the functionality to distinguish between 'named' and 'not named' registrations and fixed broken project reference paths. #314

Closed rizi closed 2 years ago

rizi commented 2 years ago

Added the functionality to distinguish between 'named' and 'not named' registrations without breaking the existing behaviour & fixed broken project reference paths.

This helps to mitigate the 'problem' that order of an 'named' and 'not named' registration is important and should fix/close #312

For some people it might not be relevant if the last registration will be used no matter if one registration is 'named' and one registration is 'not named', but for those who have to take care, this makes it quite easy to check if 'named' registration occurs before or after a 'not named' registration.

It also fixes broken project reference paths (Widgets).

jeremydmiller commented 2 years ago

Had to get this from the command line.