You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes from #188 (specifically the discussion #188 (comment)) broke scenarios where a NET Framework 4.6.2 test project references both Snapshooter as well NUnit 4. This happens because the Snapshooter build for .NET Standard 2.0 is compiled against NUnit 3.
Describe the bug
The changes from #188 (specifically the discussion #188 (comment)) broke scenarios where a NET Framework 4.6.2 test project references both Snapshooter as well NUnit 4. This happens because the Snapshooter build for .NET Standard 2.0 is compiled against NUnit 3.
To Reproduce
I made a minimal reproduction at https://github.com/fgreinacher/snapshooter-net462.
The failure can be seen at https://github.com/fgreinacher/snapshooter-net462/actions/runs/7449195601/job/20265287704:
Expected behavior
This should work as both NUnit 4 and Snapshooter support .NET Framework 4.6.2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: