question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Move collection comparers to Core

See original GitHub issue

These could be useful for other providers, not just Cosmos: ListComparer, NullableListComparer, SingleDimensionalArrayComparer, NullableSingleDimensionalArrayComparer, StringDictionaryComparer, NullableStringDictionaryComparer

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ajcvickerscommented, Aug 17, 2023

Note for triage: https://github.com/dotnet/efcore/pull/31480 added comparers for primitive collections, but these don’t yet support nested collections. We should re-work them to do so, and then the Cosmos comparers can be removed.

0reactions
rojicommented, May 20, 2023

Note: see the new implementation of the collection comparers in 8.0.0-preview4. Note that this restricts to IList only, and not to ISet as discussed in the design meeting, because of the difficulty to (efficiently) compare two sets using (EF’s) element comparer.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Value Comparers - EF Core
Using value comparers to control how EF Core compares property values.
Read more >
How Sui Move differs from Core Move | Sui Docs
This document describes the Sui Move programming model and highlights the differences between the core (previously Diem) Move language and ...
Read more >
Solr Collection vs Cores - lucene
Collection is a logical index spread across multiple servers. Core is that part of server which runs one collection. In non-distributed search,.
Read more >
Copy/Move variable groups into other collections
I have been playing around with creating variables but realized I would rather have groups in separate collections, but cannot move them.
Read more >
Collection | API Reference | ArcGIS Maps SDK for ...
Collection stores an array of items of the same type. It provides useful utility methods for working with items in the Collection, including...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found