Simon Cropp
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...
any ideas ?
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" 
if that doesnt work, i think u need to `rais` it with the jetbrains peeps.
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...