efcore icon indicating copy to clipboard operation
efcore copied to clipboard

Unify metadata for JSON column name and column name

Open AndriySvyryd opened this issue 1 month ago • 1 comments

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")

AndriySvyryd avatar Dec 09 '25 18:12 AndriySvyryd

I'm a bot. Here are possible related and/or duplicate issues (I may be wrong):

  • https://github.com/dotnet/efcore/issues/35815
  • https://github.com/dotnet/efcore/issues/36064

MihuBot avatar Dec 09 '25 18:12 MihuBot