Skip to content

Releases: aggieben/dotnet-script

v0.1.0-beta-2

07 Sep 23:05
Compare
Choose a tag to compare
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 (name Logger) to write output. Default log level is LogLevel.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

28 Jul 20:37
Compare
Choose a tag to compare
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