v0.1.0-beta-2
Pre-release
Pre-release
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