Skip to content

v7.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 10:17
  • [main] Query.CreateDelayedQuery(key, Func<IOrderedQueryable>) applies external key instead of default computed, as it suppose to
  • [main] QueryEndpoint.SingleAsync()/SingleOrDefaultAsync() get overloads that can recieve one key value as parameter without need to create array explicitly
  • [main] PrefetchQuery implements IAsyncEnumerable, extra call for .AsAsyncEmumerable() is not needed for async enumeration
  • [main] PrefetchQuery.AsAsyncEmumerable() is marked as Obsolete
  • [main] Support for C#14+ optimization that applies ReadOnlySpan.Contains() extension instead of IEnumerable.Contains() one to arrays
  • [main] Compatibility with VB and FSharp improved