Home
Options

C# 8.0 in LINQPad 5

Is there any chance of LINQPad 5 getting those new C# 8.0 features which can be used in .NET Framework?

I know that there are some features that need .NET Core, but most of them can be used even in .NET Framework. Some of them can be used as it is, some of them need special nuget packages (e.g. asynchronous streams).

Currently, we can check the "Use experimental Roslyn assemblies" checkbox, but it is still just an experimental feature, and it seems that not all of the features work (e.g. "switch expressions" do not work for me).

Comments

Sign In or Register to comment.