Reputation: 794
I have a larger C# project which I made a class in and I would like to check my class and see if it does as I want it to do before I add it to the project. Is there a way to build and run that class on its own? I have made a suitable main for that class as well.
Upvotes: 1
Views: 1709