FastScriptReload
FastScriptReload copied to clipboard
__Patched_ dictionaries added in the wrong place
As you can see in the screenshot, they were added inside the static function (before the bracket closed), but should be outside

#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.
Disabling experimental features fixes it