Skip to content

2.0.0 ɑlpha (Aug 30, 2019)

Compare
Choose a tag to compare
@atifaziz atifaziz released this 05 Sep 14:51
· 122 commits to master since this release

NuGet Package

This is the first preview release of version 2.0.

Installation

LINQPadless is distributed as .NET Core Global tool and can be installed thus:

dotnet tool install -g LinqPadless --version 2.0.0-alpha-20190830

It requires .NET Core 2.1 or 2.2 run-time to be installed.

Breaking Changes

Version 2.0 exclusively supports generating .NET Core applications from LINQPad query files. It drops support for Microsoft .NET Framework executables as well as C# scripts (csx).

See Also