realvizu / NsDepCop

NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system.
GNU General Public License v2.0
200 stars 32 forks source link

Create perf tests with BenckmarkDotNet #13

Open realvizu opened 7 years ago

realvizu commented 7 years ago

Create perf tests with BecnhmarkDotNet that we can use to detect performance degradation when implementing new features.

Questions: