Skip to content

v0.1.0-beta-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@aggieben aggieben released this 07 Sep 23:05
· 0 commits to 5e37cfcaae773476a38ce4f2419f248e8ac28db8 since this 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