Sami
Sami
`HasPostgresArrayConversion` cannot map an array that's nested inside a simple value object, because it expects the array property to be accessed directly from the entity. For example, consider the model...
Runnable project: [ComplexPropertyBug.zip](https://github.com/dotnet/efcore/files/14353901/ComplexPropertyBug.zip) Code snippet ```C# using Microsoft.EntityFrameworkCore; await using var ctx = new BlogContext(); await ctx.Database.EnsureDeletedAsync(); await ctx.Database.MigrateAsync(); await ctx.CalculateBlogMetadata(123).ToListAsync(); public class BlogContext : DbContext { public DbSet Blogs...
### Product Hot Chocolate ### Is your feature request related to a problem? We would like to be able to enforce authorization on subscriptions, when the client is subscribing to...