DbContext.Database.EnsureCreated() for model with multiple indexed properties throws ArgumentException #14913
Labels
closed-out-of-scope
This is not something that will be fixed/implemented and the issue is closed.
customer-reported
punted-for-3.0
We have a model which needs several indexed properties. If we are using DbContext.Database.EnsureCreated() for context with such model it throws ArgumentException. If we create/migrate DB manually, adding/querying with several indexed properties are working as expected.
Steps to reproduce
Further technical details
EF Core version: 3.0.0-preview.19074.3
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10 1809
IDE: Visual Studio 2017 15.9.7
The text was updated successfully, but these errors were encountered: