Nuget alınan + Install -Package BitMiracle.Docotic.Pdf -Version 5.1.8259 + ~~~~~~~ + CategoryInfo : ObjectNotFound: (Install:String) [], CommandNotFoundException hatası

Merhaba arkadaşlar ,
Visual studioda paket indirmenizi (dll vb..) sağlayan Package Manager Console kullanırken almanız muhtemel olan;
Install : The term ‘Install’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, ve
rify that the path is correct and try again.
At line:1 char:1
+ Install -Package BitMiracle.Docotic.Pdf -Version 5.1.8259
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (Install:String) [], CommandNotFoundException
şeklindeki hatayı nasıl giderebilirsiniz çözümünü yazıyor olacağım.
Öncelikle ,
Install-Package NuGet.CommandLine yazarak commandline için gerekli güncellemeleri indiriyoruz.
Sonrasında projemizi açıp kapıyoruz.
Nuget ile ilgili komut öğrenmek isterseniz
get-help NuGet yazabilirsiniz.
Bazı komutlar,
----------------------------------------------------------------------
Get-Package -ListAvailable -Filter oguz
Get-Package -ListAvailable -Filter oguzaltuntas
# List all versions of packages matching the filter "jquery"
Get-Package -ListAvailable -Filter jquery -AllVersions
----------------------------------------------------------------------
Find-Package oguz
Find-Package oguzaltuntas
----------------------------------------------------------------------
Find-Package jquery -AllVersions -ExactMatch
Not:Nuget ile ilgili detaylı bilgi için ;
https://docs.microsoft.com/tr-tr/nuget/tools/package-manager-console
Oğuz ALTUNTAŞ © 2017