rjmurillo / moq.analyzers

Set of analyzers for Moq mocking library
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Move code under src/ and tests/ directories #107

Closed MattKotsenas closed 3 months ago

MattKotsenas commented 3 months ago

I tried to avoid making this change, but the upcoming Benchmarks PR needs to share an .editorconfig with the unit tests project, so reorganizing the source so that:

  1. We follow the common pattern of src/ and tests/
  2. Test projects share a common ancestor