zakkra
zakkra
``` using System; using NUnit.Framework; using ObjectsComparer.Tests.TestClasses; namespace ObjectsComparer.Tests { [TestFixture] public class TupleTest { [Test] public void TupleEquality() { var a1 = new A { IntProperty = 10, DateTimeProperty...
I am on .net6 by the way, thanks for looking. I dealt with it in my code by looping through elements of tuple like: ``` if (actualFromJson is ITuple actualTuple)...
The above .bat deleted the Azurite.exe too. Serves me right for not taking a better look before running it