madelson / DistributedLock

A .NET library for distributed synchronization
MIT License
1.74k stars 182 forks source link

Use NUnit.Analyzers to prepare for migration to NUnit 4 #202

Closed Bartleby2718 closed 2 months ago

Bartleby2718 commented 3 months ago

This needs to be done before #201.

Per the migration guide at https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html, we can first install NUnit.Analyzers in the test project and leverage the suggested fixes to make the transition smoother.