FastScriptReload icon indicating copy to clipboard operation
FastScriptReload copied to clipboard

__Patched_ dictionaries added in the wrong place

Open vg-swift opened this issue 2 years ago • 2 comments

As you can see in the screenshot, they were added inside the static function (before the bracket closed), but should be outside image

vg-swift avatar Apr 19 '23 09:04 vg-swift

#23 #22 likely related, Roslyn libs that FSR is using is not properly parsing that.

Update to those should sort it out.

In the meantime - if you change older language version it should parse it correctly.

handzlikchris avatar Apr 20 '23 08:04 handzlikchris

Disabling experimental features fixes it

vg-swift avatar Apr 20 '23 09:04 vg-swift