05-23-2007, 05:04 AM
Hey, I've got a question relating to RunUO and C# scripts.
So I got the source code and and MVC# and all that, but whenever I make a change and want to test it, for some reason it needs to compile the whole source, even though I just made the change to one file. Now, with C and C++, the makefiles are usually smart enough to only compile the files that have changed. Is there anyway to accomplish the same thing in C#? Because I can't imagine myself accomplishing much if I have to wait two minutes every time I want to test my code...
So I got the source code and and MVC# and all that, but whenever I make a change and want to test it, for some reason it needs to compile the whole source, even though I just made the change to one file. Now, with C and C++, the makefiles are usually smart enough to only compile the files that have changed. Is there anyway to accomplish the same thing in C#? Because I can't imagine myself accomplishing much if I have to wait two minutes every time I want to test my code...

