Sounds interesting. I'll try to take a look at the repo, but depends on how much time I have between other things, so can't promise at the moment.
Sounds interesting. I'll try to take a look at the repo, but depends on how much time I have between other things, so can't promise at the moment.
I'll need to refresh myself, but I think generic method itself can't be usefully jitted โ what's jitted is every generic instantiation with value types, and one instantiation with System.__Canon representing all reference types.
Hi! Are you trying to redirect the call in the calling method, or the actual BCL method?
Also, are generic arguments in the call reference types or value types?
I might have actually resolved this by essentially "turning things off and on again" (redeploying with no changes), but I have low confidence that it is a reliable fix, so let me know if the issue repeats.
More details: github.com/ashmind/Shar...
Thanks for reporting! I believe there are some tickets around it as well, just hadn't had a chance to take a look -- everything around autocomplete and the editor is quite challenging to fix.
I can look to disable autocomplete though -- I'll try to take a look this weekend.