ef-querylens

(โ˜… 225)

See the SQL EF Core will generate in real-time while you write LINQ.

  • .csharpierrc.json
  • .editorconfig
  • .gitattributes
  • .gitignore
  • .prettierignore
  • .prettierrc.json
  • .sonarsteps
  • .tsp-copilot-manifest.json
  • AGENTS.md
  • architecture.md
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • Directory.Build.props
  • EFQueryLens.sln.DotSettings
  • EFQueryLens.slnx
  • end-to-end-testing.md
  • features.md
  • global.json
  • LICENSE
  • README.md
  • README.pdf
  • roadmap.md
  • SECURITY.md
  • todos.md

# Installation Guide

1. Get the code
git clone https://github.com/querylenshq/ef-querylens

Downloads the entire project code from GitHub to your computer.

cd ef-querylens

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet build

Type this command into your terminal and run it.

dotnet build EFQueryLens.slnx

Type this command into your terminal and run it.

dotnet test EFQueryLens.slnx

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

3. Gradle (Java/Kotlin)

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java/Kotlin projects.
  • Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build

Builds the project using Gradle.

โœ… A BUILD SUCCESSFUL message means it worked. The output is created under build/.

Pulled directly from this repo's README.

4. Node.js

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm ci --prefix src/Plugins/ef-querylens-vscode

Type this command into your terminal and run it.

npm run compile --prefix src/Plugins/ef-querylens-vscode

Type this command into your terminal and run it.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation