NetRPG
NetRPG copied to clipboard
RPGLE runtime for .NET Core
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Due to some fairly poor design on my part, we need a way to define an internal functions (BIFs, system APIs) pass type, e.g. by value/const or by reference. It's...
Is the support for older RPG Versions planned? I think most of the production applications still use older RPG Versions in fixed format (RPG 3 / fixed ILE and upwards).
The implementation of the CALL operation can be very useful. CALL should be not only accessible from RPG code. Executing the CALL operation from C# can be really useful too....
https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/rzasd/freectlopt.htm
This example on this issue will now allow for us to implement text only, numeric only, uppercase only, lower case only, max length, etc in NetRPG. https://github.com/migueldeicaza/gui.cs/issues/265
Currently, all tests must be defined in Testing.cs. This can be solved more easily. It could also be a proper test framework, such as XUnit be used. I think there...
I found out while writing unit tests for `printf` that some of the other assignment operators have not been implemented. As listed here: https://stackoverflow.com/a/24397216/4763757