efcore
efcore copied to clipboard
Unify metadata for JSON column name and column name
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")
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