Skip to content

Commit 86d4ce6

Browse files
committed
docs: re-positioning the EF 6 classic help
1 parent ce711d7 commit 86d4ce6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ The supported types for `T` are:
1919

2020
For a detailed explanation of the problem solved by QueryableValues, please continue reading [here][readme-background].
2121

22+
> 💡 Still on Entity Framework 6 (non-core)?
23+
> [This Stack Overflow answer](https://stackoverflow.com/a/70587979/2206145) may be helpful.
24+
2225
## When Should You Use It?
2326
The `AsQueryableValues` extension method is intended for queries that are dependent upon a *non-constant* sequence of external values. In such cases, the underlying SQL query will be efficient on subsequent executions.
2427

@@ -31,9 +34,6 @@ If you feel that this solution has provided you some value, please consider [buy
3134

3235
Your ⭐ on [this repository][Repository] also helps! Thanks! 🖖🙂
3336

34-
> 💡 Still on Entity Framework 6 (non-core)?
35-
> [This Stack Overflow answer](https://stackoverflow.com/a/70587979/2206145) may be helpful.
36-
3737
# Getting Started
3838

3939
## Installation

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ The supported types for `T` are:
1515

1616
For a detailed explanation of the problem solved by QueryableValues, please continue reading [here][readme-background].
1717

18+
> 💡 Still on Entity Framework 6 (non-core)?
19+
> [This Stack Overflow answer](https://stackoverflow.com/a/70587979/2206145) may be helpful.
20+
1821
## When Should You Use It?
1922
The `AsQueryableValues` extension method is intended for queries that are dependent upon a *non-constant* sequence of external values. In such cases, the underlying SQL query will be efficient on subsequent executions.
2023

@@ -27,9 +30,6 @@ If you feel that this solution has provided you some value, please consider [buy
2730

2831
Your ⭐ on [this repository][Repository] also helps! Thanks! 🖖🙂
2932

30-
> 💡 Still on Entity Framework 6 (non-core)?
31-
> [This Stack Overflow answer](https://stackoverflow.com/a/70587979/2206145) may be helpful.
32-
3333
# Getting Started
3434

3535
## Installation

0 commit comments

Comments
 (0)