Oren Novotny
|
3edb789069
Use BCL types
|
6 years ago |
Oren Novotny
|
3051508376
Get rid of junk in project files
|
6 years ago |
Oren Novotny
|
d57055d5b7
Add back .NET Core 3 target until .NET Core 3 runtime has the latest netstandard dll in it.
|
6 years ago |
Oren Novotny
|
0a2d6371d6
Switch to use .NET Standard 2.1 instead of netcoreapp3.0 for broader support
|
6 years ago |
Oren Novotny
|
a6a49d8863
enable USE_ASYNC_ITERATOR for .NET 4.6
|
6 years ago |
Bart De Smet
|
a95267cda6
Enable netcoreapp3.0 build using async iterators and new BCL types.
|
6 years ago |
Oren Novotny
|
11b2225f8b
Revert "Adding C# 8.0 build flavors to prototype with new language features."
|
6 years ago |
Bart De Smet
|
4054bcec72
Adding C# 8.0 build flavors to prototype with new language features.
|
6 years ago |
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 years ago |
Bart De Smet
|
65e40bed85
Improve code-gen stability for queryable API surface.
|
7 years ago |
Oren Novotny
|
6bbf23237b
TFM updates. ArrayEmpty
|
7 years ago |
Oren Novotny
|
741e9660c8
merge from master
|
7 years ago |
Oren Novotny
|
fbd9ee7655
Add .NET Standard 2 to Ix (#628)
|
7 years ago |
Bart De Smet
|
a70c81c7ce
Refactoring AsyncQueryable surface.
|
8 years ago |
Bart De Smet
|
ba34394ae1
Moving IAsyncQueryable interfaces.
|
8 years ago |
Bart De Smet
|
1c69583ffa
Moving interfaces to System.Linq.Async.
|
8 years ago |
Oren Novotny
|
bdc09d6be0
updates for VS 2017
|
8 years ago |
Oren Novotny
|
48c0707a7f
Migrate to VS 2017
|
8 years ago |
Oren Novotny
|
737ec5bb21
Remove old Ix.NET sln
|
9 years ago |
Bart De Smet
|
8513179668
Adding support for query providers in Portable Library build flavors.
|
10 years ago |
Bart De Smet
|
b81b8090c7
Adding IAsyncQueryable<T> support.
|
10 years ago |