dburriss / hotspot

A dotnet command-line tool for analysing code risks like high complexity, size, and bus factor.
MIT License
4 stars 0 forks source link

Changes from Expecto to Xunit for easier unit tests in IDEs for all #3

Closed dburriss closed 3 years ago

dburriss commented 3 years ago

Expecto expects to run as program and does not integrate with test runners well in all IDEs. Changing to ease contribution.