0.1.0 beta 1
Pre-release
Pre-release
This build is basically a proof-of-concept. It is a simple package that pretty much just pulls in the Roslyn Scripting API and allows you to run a script. There's nothing magical going on here; the benefit is basically to give .NET Core projects a reasonable facility for universal scripting.
Features:
- It exists
- Run a C# script using the
dotnet
tooling - Almost nothing else :-)
Install from http://myget.org/F/aggieben
:
Install-Package BitThicket.DotNet.ScriptTool -Version 0.1.0-beta-1