NIOS
NIOS copied to clipboard
Scripts should be wrapped in a namespace
Hey aeroson,
I just pulled your repo, and I'm thinking about using it as a base for a fake OS that I'm working on.
All of your scripts are in the global namespace, and some of your methods share names with methods in System.IO, which leads to compiler errors.
The simple solution is to wrap everything you have in your own namespace, which I'm doing for my copy right now.