Files
octokit.net/tools/LINQPad/lprun readme.txt
dependabot-preview[bot] 2b2626be0d Bump System.Reactive from 3.1.0 to 4.3.2 (#2055)
* drop mentions of net45 from core

* Bump System.Reactive from 3.1.0 to 4.3.2

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 3.1.0 to 4.3.2.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](https://github.com/dotnet/reactive/compare/v3.1.0...rxnet-v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* upgrade from net452 to net46 in test projects

* drop netstandard1.1 support

* correct this test reference

* add necessary dependency for test project

* add new dependency needed for integration tests

* upload net462 code coverage

* upgrade environment for validating linqpad examples

* bump linqpad to latest 5.x release

Co-authored-by: Brendan Forster <brendan@github.com>
2020-02-10 06:33:41 -04:00

9 lines
392 B
Plaintext

LPRun.exe is the command-line version of LINQPad. Call LPRun with no arguments for help.
You can improve startup performance by generating native images for the Roslyn assemblies.
To do this, open the administrator command prompt, and call:
LINQPad.exe -ngen
This generates local native images that will be used by both LPRun.exe and LINQPad.exe.
It does not install anything to the GAC.