История коммитов

Автор SHA1 Сообщение Дата
  Oren Novotny a8e169d3df Switch to VSTest integration for coverlet 6 лет назад
  Bart De Smet f329683555 Enable nullable reference types. 7 лет назад
  Oren Novotny 3edb789069 Use BCL types 7 лет назад
  Oren Novotny 3051508376 Get rid of junk in project files 7 лет назад
  Oren Novotny d57055d5b7 Add back .NET Core 3 target until .NET Core 3 runtime has the latest netstandard dll in it. 7 лет назад
  Oren Novotny 0a2d6371d6 Switch to use .NET Standard 2.1 instead of netcoreapp3.0 for broader support 7 лет назад
  Oren Novotny a6a49d8863 enable USE_ASYNC_ITERATOR for .NET 4.6 7 лет назад
  Bart De Smet a95267cda6 Enable netcoreapp3.0 build using async iterators and new BCL types. 7 лет назад
  Oren Novotny 11b2225f8b Revert "Adding C# 8.0 build flavors to prototype with new language features." 7 лет назад
  Bart De Smet 4054bcec72 Adding C# 8.0 build flavors to prototype with new language features. 7 лет назад
  Bart De Smet aacb761f40 Switch to ValueTask for predicates, selectors, etc. We await those ourselves and they are expected to be called in a high-frequency manner, so this seems to be the right choice. The only drawback is when these operators are used using method group conversion of a Task-returning async method, which is likely rare in query expressions where one typically uses (async) lambdas, and there's a workaround Task-to-ValueTask conversion. We can't overload on ValueTask and Task return types, so this seems the best way forward. 7 лет назад
  Bart De Smet 65e40bed85 Improve code-gen stability for queryable API surface. 7 лет назад
  Oren Novotny 6bbf23237b TFM updates. ArrayEmpty 7 лет назад
  Oren Novotny 741e9660c8 merge from master 7 лет назад
  Oren Novotny fbd9ee7655 Add .NET Standard 2 to Ix (#628) 7 лет назад
  Bart De Smet a70c81c7ce Refactoring AsyncQueryable surface. 8 лет назад
  Bart De Smet ba34394ae1 Moving IAsyncQueryable interfaces. 8 лет назад
  Bart De Smet 1c69583ffa Moving interfaces to System.Linq.Async. 8 лет назад
  Oren Novotny bdc09d6be0 updates for VS 2017 9 лет назад
  Oren Novotny 48c0707a7f Migrate to VS 2017 9 лет назад
  Oren Novotny 737ec5bb21 Remove old Ix.NET sln 10 лет назад
  Bart De Smet 8513179668 Adding support for query providers in Portable Library build flavors. 10 лет назад
  Bart De Smet b81b8090c7 Adding IAsyncQueryable<T> support. 10 лет назад