MakeSharp icon indicating copy to clipboard operation
MakeSharp copied to clipboard

Use C# scripts to automate the building process

Results 2 MakeSharp issues
Sort by recently updated
recently updated
newest added

Add a xunit helper (class and/or extension method) which can be invoked on a file to run containing tests. Preferably, it should use xunit.dll / xunit.runner.utility not the console app....

enhancement
help wanted
up-for-grabs

Regarding [issue](https://github.com/sapiens/MakeSharp/issues/1) I have added an extension method to run tests on a given dll. I also put unit tests for it, thus adding another tests.dll file in the resources...