A minor update is planned for release in the next couple of weeks - hopefully by 6th May.
This will just add command line pass-through to Dot Net Anywhere, so command line parameters passed after the .NET executable name will be passed through to the .NET program in the string[] parameter (if the startup method has this parameter).
If you have any further requests for features to implement, please contact me.
No promises though, and only small features will be considered!
Just a feedback, i well ported your CIL on RTX Windows realtime extension with nice result of speed. This is a good idea for embedded scripting engine like PLC ….
Just need to have some c# managed compiler for let all be portable and easy to customize, have you any sources ??
Thanks
Gianni.
Thanks for the feedback - glad to hear it’s working.
I use the Microsoft C# compiler, but the Mono Project has an open-source C# compiler, which I fairly certain is itself written in C#.