Intellisense not list variables in C# Statements when using latest Roslyn preview in LINQPad 6.10.1
LINQPad version: 6.10.1
Roslyn version=3.8.0-1.20330.5:
The sb
should be prompted when using C# Statements
, if I uncheck the Use Roslyn Dialy build for experimental C# 9 support
, this will be all good.
LINQPad version: 6.10.1
Roslyn version=Normal:
Comments
Thanks. This bug is caused by the addition of a new hidden feature in LINQPad's C# Statements mode, which is support for top-level C# 9 programs.
I'll get a fix out soon.