visual studio - Why does nuget Bootstrapper use so many linked classes -


i came across visual studio option reference files links. think groked basic concept , used myself once. however, when realized how nuget leverages feature in bootstrapper found myself wondering what's benefit in contrast proper layering , referencing assembly?

can point out benefit of using linked classes against layering + referencing assembly here?

nuget bootstrapper using linked classes

to have less dependencies. intent of nuget bootstrapper have minimal amount of logic bootstrap nuget.exe without having duplicate alot of code (that's why files shared). in particular case, didn't want have unnecessary assembly, nuget bootstrapper single exe.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -