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 77d718d commit 11a634cCopy full SHA for 11a634c
docs/pages/features/include.md
@@ -14,7 +14,7 @@ ctx.Customers
14
.AlsoInclude(product => product.Supplier)
15
.ToList();
16
```
17
-[Try it](https://dotnetfiddle.net/MkpoSo)
+Try it: [NET Framework](https://dotnetfiddle.net/MkpoSo) | [NET Core](https://dotnetfiddle.net/dyWV1T)
18
19
### Note
20
- If you want to include items from the same level, use [`AlsoInclude`](also-include.md)
@@ -35,7 +35,7 @@ ctx.OrderDetails
35
36
37
38
-[Try it](https://dotnetfiddle.net/2XJrc5)
+Try it: [NET Framework](https://dotnetfiddle.net/2XJrc5) | [NET Core](https://dotnetfiddle.net/5g8jcN)
39
40
> It's planned to remove this limitation.
41
0 commit comments