Info
Version: | 1.0.7 |
Author(s): | [email protected] |
Last Update: | Monday, April 30, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/eifelmono/dotnet-code |
NuGet Url: | https://www.nuget.org/packages/dotnet-code |
Install
Install-Package dotnet-code
dotnet add package dotnet-code
paket add dotnet-code
dotnet-code Download (Unzip the "nupkg" after downloading)
If there is a code-workspace file in the folder, dotnet-code starts code with this,
otherwise with the current folder as parameter.
It only works with 2.1.300-preview2 .NET Core SDK or newer
Install
dotnet tool install dotnet-code -g
or Update
dotnet tool update dotnet-code -g
Uninstall
dotnet tool uninstall dotnet-code -g.