NpgsqlIndexBuilderExtensions.cs IncludeProperties with the Expression<Func<TEntity, object>> includeExpression argument should be Expression<Func<TEntity, object?>> includeExpression (note the nullable object).
The SQL-Server version has the object as nullable.
NpgsqlIndexBuilderExtensions.csIncludeProperties with theExpression<Func<TEntity, object>> includeExpressionargument should beExpression<Func<TEntity, object?>> includeExpression(note the nullableobject).The SQL-Server version has the object as nullable.