We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c530 commit 03ad3b3Copy full SHA for 03ad3b3
README.md
@@ -2,11 +2,16 @@
2
3
A .NET library for parsing query parameters into LINQ expressions. Enables database-level filtering, sorting, and pagination from HTTP query strings.
4
5
+> [!NOTE]
6
+> This project only supports Entity Framework Linq currently.
7
+
8
## Installation
9
10
```bash
11
dotnet add package GoatQuery
-dotnet add package GoatQuery.AspNetCore # For ASP.NET Core integration
12
13
+# Or for ASP.NET Core integration please install this instead.
14
+dotnet add package GoatQuery.AspNetCore
15
```
16
17
## Quick Start
0 commit comments