cool nuget install cli - quick and fast way to get data



One of the cool way  to use nuget cli is "nuget get" -how many get you going to type. :)

Anyways, it gives a quick way to get some assemblies into your current folder. Not packages but current. For example, if you  run :-


nuget install System.Collections.Immutable -Version 1.3.1


You get a "System.Collections.Immutable -Version 1.3.1" folder created for you. 

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm