а в нем есть linq запрос, и компилятор ругается на linq.
files.csx(17,10): error CS0411: The type arguments for method 'Enumerable.SelectMany<TSource, TResult>(IEnumerable<TSource>, Func<TSource, IEnumerable<TResult>>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
ты забыл using System.Linq; в скрипте видимо
Обсуждают сегодня