https://github.com/postsharp/metalama.linqpad
https://github.com/postsharp/metalama.linqpad
linqpad linqpad-driver metalama
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/postsharp/metalama.linqpad
- Owner: postsharp
- License: other
- Created: 2023-01-16T13:17:04.000Z (about 3 years ago)
- Default Branch: release/2024.2
- Last Pushed: 2024-10-25T01:09:51.000Z (over 1 year ago)
- Last Synced: 2024-10-25T05:14:10.832Z (over 1 year ago)
- Topics: linqpad, linqpad-driver, metalama
- Language: C#
- Size: 287 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Metalama.LinqPad
The `Metalama.LinqPad` package allows you to load any C# project or solution into LINQPad and exposes its code model to queries. This package contains an optional driver, samples, and dumping methods.
For documentation, see the [conceptual](https://doc.metalama.net/conceptual/introspection/linqpad) and [API](https://doc.metalama.net/introspection-api) documentations.
If you want to do code queries in standard C# projects instead of LinqPad, use the `Metalama.Framework.Workspaces` package.