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?

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
Post a Comment