ExtensionMethod.NET Home of 839 C#, Visual Basic, F# and Javascript extension methods
Faster implementations of the LINQ All() and Any() methods for Array and List<T>. This solution uses less memory allocations and is just faster. Temporary solution until this PR is accepted https://github.com/dotnet/runtime/pull/1832