Particular / NServiceBus.DataBus.AzureBlobStorage

DataBus implementation using Azure Blobs to store the payload
https://docs.particular.net/samples/azure/blob-storage-databus/
Other
3 stars 6 forks source link

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

Closed lailabougria closed 3 months ago

lailabougria commented 3 months 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

danielmarbach commented 3 months ago

Rebased