FastScriptReload icon indicating copy to clipboard operation
FastScriptReload copied to clipboard

Extension methods can not be called on newly-added-fields

Open handzlikchris opened this issue 2 years ago • 2 comments

handzlikchris avatar Apr 05 '23 08:04 handzlikchris

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)

builder-main avatar Apr 08 '23 10:04 builder-main

related to #117 and probably #121 as well.

builder-main avatar Aug 31 '24 13:08 builder-main