Eli Arbel
Eli Arbel
Yep, that's already been suggested, but a plugin API also requires a lot of effort (designing a stable API, a repository, etc.), and that's another low priority for me right...
I'm just one developer doing this on my free time, so I have to prioritize, and unfortunately this is a feature not many have asked for, nor one I personally...
Target language is simple enough to implement (just set the `CSharpParseOptions.LanguageVersion`). I'm not sure how to implement the non-desktop target platforms though. Would probably involve pulling the NuGet packages for...
Note there is partial support now for selecting the target runtime version for .NET Core.
Can you give concrete examples of internal types/virtual members you needed? Remember that I'm just one guy doing this on his free time… :) and I didn't design RP to...
@jiyeongj Unfortunately I don't have the resources to look into them right now. That's why I added the "help wanted" tag.
It's possible. Should probably use `Dispatcher.CheckAccess` and if necessary dispatch the `avalonEditTextContainer.UpdateText` call in `RoslynCodeEditor`.
I'm not sure that's possible with Roslyn, but can check. I think I have a better solution though. C# 9 supports top-level statements, much like the script variant. I can...
Measuring memory could be challenging, as RP uses a single host process to run the same script multiple times. It might be possible using ETW. Execution time should be simple...
@masnider Yes (at least it used to), but it uses private reflection :)