Skip to content

Commit 262cc6e

Browse files
committed
docs: features, benchmarks, and tidying up.
1 parent 009e706 commit 262cc6e

File tree

7 files changed

+216
-109
lines changed

7 files changed

+216
-109
lines changed

README.md

Lines changed: 93 additions & 105 deletions
Large diffs are not rendered by default.

docs/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ For a detailed explanation of the problem solved by QueryableValues, please cont
1818

1919
> 💡 Still on Entity Framework 6 (non-core)? Then [QueryableValues `EF6 Edition`](https://github.com/yv989c/BlazarTech.QueryableValues.EF6) is what you need.
2020
21-
## When Should You Use It?
22-
The `AsQueryableValues` extension method is intended for queries that are dependent upon a *non-constant* sequence of external values. It provides a solution to the following [EF Core issue](https://github.com/dotnet/efcore/issues/13617) and enables other currently unsupported scenarios; like the ability to efficiently create joins with in-memory data.
23-
2421
## Your Support is Appreciated!
2522
If you feel that this solution has provided you some value, please consider [buying me a ☕][BuyMeACoffee].
2623

@@ -88,7 +85,7 @@ Below are a few examples composing a query using the values provided by an [IEnu
8885

8986
### Simple Type Examples
9087

91-
> 💡 Supports [Byte], [Int16], [Int32], [Int64], [Decimal], [Single], [Double], [DateTime], [DateTimeOffset], [Guid], [Char], [String], and [Enum].
88+
> 💡 Supports [Byte], [Int16], [Int32], [Int64], [Decimal], [Single], [Double], [DateTime], [DateTimeOffset], [DateOnly], [TimeOnly], [Guid], [Char], [String], and [Enum].
9289
9390
Using the [Contains][ContainsQueryable] LINQ method:
9491

@@ -215,6 +212,8 @@ Please take a look at the [repository][Repository].
215212
[Double]: https://docs.microsoft.com/en-us/dotnet/api/system.double
216213
[DateTime]: https://docs.microsoft.com/en-us/dotnet/api/system.datetime
217214
[DateTimeOffset]: https://docs.microsoft.com/en-us/dotnet/api/system.datetimeoffset
215+
[DateOnly]: https://docs.microsoft.com/en-us/dotnet/api/system.dateonly
216+
[TimeOnly]: https://docs.microsoft.com/en-us/dotnet/api/system.timeonly
218217
[Guid]: https://docs.microsoft.com/en-us/dotnet/api/system.guid
219218
[Char]: https://docs.microsoft.com/en-us/dotnet/api/system.char
220219
[String]: https://docs.microsoft.com/en-us/dotnet/api/system.string
File renamed without changes.

docs/benchmarks/images/v8.1.0.png

210 KB
Loading

docs/benchmarks/v7.2.0.md

Lines changed: 120 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)