Async Enumerables and .net 4.0 #2788
Replies: 5 comments
-
The support package requires 4.6.1 at least. |
Beta Was this translation helpful? Give feedback.
-
@huoyaoyuan - |
Beta Was this translation helpful? Give feedback.
-
@TonyValenti At a video in .NET Conf, Mads says that "using new language version (8.0) on older framework" is for pro users, so the selection is removed from IDE. Pro users should read explanations in the link and edit project files manually. |
Beta Was this translation helpful? Give feedback.
-
You can manually set the language version in the csproj |
Beta Was this translation helpful? Give feedback.
-
Note that from my team's testing, if you use C# 8.0 language features in a classic project (rather than the new project system), Intellisense will report (false) errors for every use of an 8.0 language feature. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I know that not all C#8.0 features will be available on .NET 4.x (for example, default interface methods aren't available).
Will Async Enumerables work on .NET 4.x?
Beta Was this translation helpful? Give feedback.
All reactions