dotnet / dotnet/efcore

Unify metadata for JSON column name and column name

Open
#37,330 1 comment 0 reactions 1 assignee Claimed by @AndriySvyryd View on GitHub
area-json area-model-building customer-reported
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

This is currently causing confusion, see https://github.com/npgsql/efcore.pg/issues/3679

`.ToJson("CustomColumnName")` should be a synonym for `.ToJson()` and `.HasColumnName("CustomColumnName")`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.