I created a Financial Controller, but when I click on the menu to list it returns the error:
Invalid object name 'dbo.Movimentacaos'.
Why did you get this name? It was meant to be Movimentacoes
.
PS: I already added in my context to disable pluralization with the code modelBuilder.Conventions.Remove<PluralizingTableNameConvention>();
, but the same error still occurs.