wledfor2

Results 2 issues of wledfor2

As it stands, the following method: `public void WriteLine(string message) { //... }` Can only be accessed in Lua under the identifiers `WriteLine`, and `writeLine`, but not `writeline`. I would...

I was writing a wrapper around NUnit's assert functions, I encountered a strange issue. When running the following code: ``` using System; using MoonSharp.Interpreter; using NUnit.Framework; namespace Test { class...