For example: ```C# modelBuilder.Entity<Book>().HasIndex(e => e.ByteArray); ``` This will currently pass model validation, but the index is ignored. We should fail for this in model validation.
For example:
This will currently pass model validation, but the index is ignored. We should fail for this in model validation.