Particular / NServiceBus.SqlServer

SQL Server Transport for NServiceBus
https://docs.particular.net/nservicebus/sqlserver/
Other
42 stars 35 forks source link

Migrate NUnit assertions to the constraint model in preparation of the NUnit 4 upgrade #1406

Closed danielmarbach closed 1 month ago

danielmarbach commented 1 month ago

This PR contains all changes related to assertion model according to the constraint assertion model.

Using a script, we apply all assertion rules provided by the NUnit.Analyzers package. In addition, some manual interventions are done when applicable.

Plan of action