madelson / DistributedLock

A .NET library for distributed synchronization
MIT License
1.86k stars 192 forks source link

Upgrade to NUnit 4 and leverage new features like Assert.ThatAsync and Assert.Multiple #201

Open Bartleby2718 opened 6 months ago

Bartleby2718 commented 6 months ago

Nunit 4 was released 4 months ago: https://www.nuget.org/packages/NUnit/4.0.0#versions-body-tab

I think this will improve the developer experience (by showing better error messages) and speed up the test time (by removing sync-over-async).