-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the Nini-Dev wiki!
This is a temporary repository to house the code for Nini as support for configuring shell environment variables is added. The original code is on sourceforge.net . Please use that one, unless you want to help develop shell environment configuration. In that case, fork this and issue pull requests when you have code to submit back here. This code will be submitted to the original author for inclusion in the original Nini project once it is ready.
The initial commit has passed a simple test to read the shell environment variable "PATH" and print the value to the console, using the Nini Env* classes. This is setup to work much like the IniConfigSource and IniConfig like we already do in OpenSimulator. The next steps will be to do further testing and development of Nunit tests as well as parallel development into Fortis OpenSimulator.