Elivelton Repolho
Elivelton Repolho
In my use case where I have and electron ERP system which receives updates constantly, sometimes the end user does not press the button to integrate, doing the auto integration...
Same here, for both 15.0.0 and 15.0.1 versions hangs and it does not start, but 14 versions work fine. ```bash OS: Pop!_OS 22.04 LTS x86_64 Host: 82DJ Lenovo IdeaPad S145-15IIL...
Wanted to add some examples from my tests: * This works as expected to [this unit test](https://github.com/shouldly/shouldly/blob/master/src/Shouldly.Tests/ShouldBe/EnumerableType/IgnoreOrderScenario.cs) ```C# new List { 1, 3, 2 }.ShouldBe([1, 2, 3], true, "Some additional...