diegofrata / Reactive.Testing.Marbles

Reactive.Testing.Marbles is a marble testing library inspired by RxJS marble testing and MarbleTest.Net.
MIT License
2 stars 1 forks source link

Update to support NUnit 4.x #1

Open david-obee opened 10 months ago

david-obee commented 10 months ago

NUnit 4.0.0 moves out support for the classic assertion style (over constraint assertions) to another namespace: https://docs.nunit.org/articles/nunit/release-notes/framework.html#the-following-issues-are-marked-as-breaking-changes

This is incompatible for this library, e.g.:

System.TypeLoadException : Could not load type 'NUnit.Framework.CollectionAssert' from assembly 'nunit.framework, Version=4.0.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb'.
david-obee commented 10 months ago

I'll raise a PR for this