File:
src\Modules\LIKQ\FanoutSearch\QueryLanguage\ExpressionBuilder.cs
line 22 should be like this (with a type), otherwise it errors out and some unit tests do not pass:
private static readonly MethodInfo s_string_contains = typeof(String).GetMethod("Contains", new Type[] { typeof(String) });