oleg-shilo / cs-script

C# scripting platform
http://www.cs-script.net
MIT License
1.62k stars 235 forks source link

could it be installed by dotnet tool install #317

Closed heartacker closed 1 year ago

heartacker commented 1 year ago
dotnet tool install --global cs-script
oleg-shilo commented 1 year ago

Done. Ready for the release. With the very next release (in a few days), it will be published as cs-script.cli tool on nuget.org.

dotnet tool install --global cs-script.cli

Note, before uninstalling the tool you may need to ensure the tool executable file is not locked. Choco manages such situations automatically but with dotnet you need to stop the process if it is running. You can do it from the command prompt or any other shell terminal: css -servers:stop

oleg-shilo commented 1 year ago

Done https://www.nuget.org/packages/cs-script.cli