Particular / NServiceBus.CustomChecks

Enables sending state of custom checks to ServicePulse
Other
1 stars 0 forks source link

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

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