michaelneu / webxcel

🤔 A REST backend built with plain VBA Microsoft Excel macros. Yes. Macros.
https://dev.to/michaelneu/to-vba-and-beyond---building-a-restful-backend-using-plain-microsoft-excel-macros-76n
MIT License
440 stars 70 forks source link

Powershell can't find Linq-method on Windows 7 #2

Closed michaelneu closed 7 years ago

michaelneu commented 7 years ago
At build.ps1:18 Character:42
    +     $lines = [Linq.Enumerable]::SkipWhile <<<< ($lines, [Func[string, bool]]{param($x) $x.StartsWith("VERSION") `
    + CategoryInfo          : NotSpecified: (:) [], MethodException
    + FullyQualifiedErrorId : MethodCountCouldNotFindBest