dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.59k stars 3.14k forks source link

Create fluent API for JsonValueReaderWriter on a property #31647

Open ajcvickers opened 11 months ago

ajcvickers commented 11 months ago

Split out from #30677

qihangnet commented 6 months ago

This feature is too important for users who use EF+ PostgreSQL. For example, some of our JSON data is written in other programming languages, and they follow the SnakeCase JSON format.

roji commented 6 months ago

@qihangnet I don't think this issue would cover that - you're likely looking for https://github.com/efcore/EFCore.NamingConventions/issues/269.

qihangnet commented 3 months ago

@roji Yes, sorry, I got them mixed up when I was reading multiple issues at the time.