Align Rx.NET with current tooling by idg10 · Pull Request #2321 · dotnet/reactive (original) (raw)

@idg10

I already disabled this for the main test project because most of the time this suggests it in far too many places. (E.g., it suggests passing it to Task.Run, but that can only take effect if the task hasn't already started. It has limited use in bringing a test in progress to a halt.)

It was still showing up in the UWP test project, and there were actually a couple of places where it did make some sense.