efcore icon indicating copy to clipboard operation
efcore copied to clipboard

Part of JSON primitive collection serialization

Open ajcvickers opened this issue 2 years ago • 0 comments

Part of #30677

There is still work to do here, but this is basically working so I wanted to get it out for review.

Remaining work:

  • Negative cases/exception messages
  • Re-introduce checks for whether or not query supports primitive collections
  • Cases where the primitive collection object exists and should be added to
  • Custom element type mapping on the property
  • Custom element reader/writer
  • Custom collection reader/writer
  • Use default element type mapping configured in ConfigureConventions
  • Update Cosmos primitive collection mapping
  • More query tests!

ajcvickers avatar Jul 15 '23 14:07 ajcvickers