nooogle / CDS.CSharpScripting

Drop-in user control for C# editing with intellisense and compilation. Script compilation and execution classes for GUI and console applications.
MIT License
9 stars 3 forks source link

Unit tests #13

Open nooogle opened 3 years ago

nooogle commented 3 years ago

Use XUnit via NuGet. Also get code coverage at the same time with report generation.

nooogle commented 3 years ago

Started this at V1.0.14, just some tests on EasyScript. Will add code coverage next, then see which key tests still need to be added.