Simon Cropp

Results 605 comments of Simon Cropp

sorry. i wont be accepting this. you are free to use this approach via your own scrubber

i dont think it is valid scenario in any real world data. if AutoFixture creates text with this format, under the assumption it should be detected as GUIDs, then i...

could it be that notifications does a whenall. ``` Task INotificationSubscriptions.Raise(TEvent @event, CancellationToken cancellationToken) => Task.WhenAll(subscriptions.Select(s => s.Invoke(@event, cancellationToken))); ``` and OnMessageSentToErrorQueue goes through that path (i think?) so multiple...

> Do you have callbacks registered for OnMessageSentToErrorQueue nothing explicit in our code

> How often are you observing this error? rarely. 20 times in the past month > work with the exception in an async way, not in an async way. but...

can u try setting solution opening to "new window" ![image](https://github.com/VerifyTests/DiffEngine/assets/122666/61baac6c-e1a5-4332-9662-c89717380492)

for me step 3 does not repro > One diff window opens. Accept the changes and close. when i run all tests, all diff open. > Are you sure "Reopen...