FastScriptReload
FastScriptReload copied to clipboard
Extension methods can not be called on newly-added-fields
True story. Meawhile, as a wokaround, I do refactor my extension method calls to be of the following form in order to compile. MyStaticClass.MyMethod(var)
related to #117 and probably #121 as well.