Releases: aggieben/dotnet-script
v0.1.0-beta-2
Some things to make this tool a bit more practical:
#r
directives now supported. If full path is not specified, then assemblies will be loaded from the default .NET Core installation.- Script can use
Microsoft.Extensions.Logging.ILogger
(nameLogger
) to write output. Default log level isLogLevel.Information
.
Notes:
-
handle script arguments correctly
Ben Collins - Wed, 7 Sep 2016 22:10:39 -0500
-
use System.CommandLine from corefxlabs and support logging
Ben Collins - Wed, 7 Sep 2016 21:12:00 -0500
-
don't provide Newtonsoft.Json as a default
Ben Collins - Wed, 7 Sep 2016 19:03:07 -0500
-
add corefxlab submodule
Ben Collins - Wed, 7 Sep 2016 19:02:47 -0500
-
configure the resolver to look where the .NET Core assemblies are
Ben Collins - Wed, 7 Sep 2016 16:54:19 -0500
-
silence warnings in sample
Ben Collins - Wed, 7 Sep 2016 16:53:49 -0500
-
tweak sample
Ben Collins - Wed, 17 Aug 2016 17:43:26 -0500
0.1.0 beta 1
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