dotget icon indicating copy to clipboard operation
dotget copied to clipboard

Installer for .NET Core CLI Apps

Results 4 dotget issues
Sort by recently updated
recently updated
newest added

# Summary The project should support downloading/updating from other sources. # Purpose Increase usability and modularity. # Implementation Similar to [aptitude](https://manpages.debian.org/stretch/apt/sources.list.5.en.html). Create a `sources.list` file that defines the different sources...

enhancement

``` PS C:\Users\User Name> (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/tonerdo/dotget/mas ter/scripts/install.ps1") | iex Directory: C:\Users\USERNA~1\Temp Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 2/12/2018 14:01 dotget Downloading latest version (v1.0.0) dotGet was installed...

bug

#1 [xxx]: (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/tonerdo/dotget/master/scripts/in stall.ps1") | iex Directory: C:\Users\xxx\AppData\Local\Temp Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 2018-01-29 9:47 AM dotget Invoke-WebRequest : The response content cannot be parsed...