I am using NUnit3 in Visual Studio 2017 and am doing TDD. Something really strange is happening since I updated my code to do my last test.
Now, 3 of my other tests fail when I click Run All Tests, as shown below:

Tells me that the actual and expected values ββin my Assert method are not equal.
However, when I put a breakpoint on the line where the Assert method is used and starts debugging, stacktrace shows that the expected and actual values ββhave the same value, and then the test passes as shown below:

Am I doing something stupid or maybe there is a bug in VS2017 or NUnit or something like that?
Does this ever happen to anyone else?
[Edit: , ]