Uh oh!
There was an error while loading. Please reload this page.
Update docs following 821 - #828
Conversation
Uh oh!
There was an error while loading. Please reload this page.
That was explained in the PR summary, HasIndex returns non-generic IndexBuilder, but the expression-based overload accepts only generic IndexBuilder. |
austindrenski
commented
Feb 21, 2019
Right... but #821 is reacting to dotnet/efcore#14641 which generifies Since our release cadence follows the main EF Core project, the generic |
KexyBiscuit
commented
Mar 1, 2019
I'd like this to be merged after something like #833, since the latest CI version still doesn't support the generic |
roji
commented
Mar 1, 2019
IIRC merging doc changes into dev doesn't make them live in any way - we generate docs from the master branch. So it should be fine to merge this to dev for 3.0 (I'll leave that to @austindrenski). |
HasIndex(Expression<Func<TEntity,Object>>)returnsIndexBuilderinstead ofIndexBuilder<TEntity>, so no overload ofForNpgsqlIncludeacceptExpression<Func<TEntity, object>>now.This could be merged after targeting a newer version of EFCore, which has the corresponding
HasIndex()overload.