I'm using SQLite with EFCore, but I got a problem... how can I disable Conventions like Pluralize? Is it possible?
My ModelBuilder has not a property Conventions...
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder. [NOT HAS PROPERTY CONVENTION]
}