Skip to content

This project implements a custom driver for LINQPad (www.linqpad.net) in order to enable users to perform queries on .NET metadata in an easy and flexible way.

License

Notifications You must be signed in to change notification settings

adrianoc/cecil-linqpad-driver

Repository files navigation

What is it?

This project implements a custom driver for LINQPad in order to enable users to perform queries on .NET metadata (for instance, to list all methods with a specific pattern in the name) in an easy and flexible way.

You can read more about it in this blog post

How to install ?

Installing it is as simple as:

  1. Download the custom driver
  2. In LINQPad, click in the Add connection -> View more drivers -> Browse and finally select the custom driver file you just downloaded

Alternatively you can also build it yourself:

  1. Clone the repository (or download the sources)
  2. Build the project (VS 2015) (you'll need to fix the reference to LINQPad executable)
  3. ZIP the contents of the build folder (bin/debug) (excluding LINQPad executable) and change the extension of the resulting file to .lpx

Lincense

The whole project is released under the Apache 2.0 license.

How to contribute ?

The most effective way to contribute to the project is by using it and reporting any issues you find and/or adding possible feature requests. You can also contribute code to the project as long as your code abides by the lincense used in the rest of the code.

About

This project implements a custom driver for LINQPad (www.linqpad.net) in order to enable users to perform queries on .NET metadata in an easy and flexible way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published