brumlemann
brumlemann
Would be nice to have access to this in VS2022. Any idea on the time schedule for this PR to be merged?
The simplest of solutions, from a user perspective, would be a switch on vstest.console /RerunAttempts:{number} with a default value of 0. Seems to me this would be the simplest solution...
I just got to a point where I needed this too. Say you have a big collection of items returned from the API call. No need to manifest the whole...
> > since it could avoid buffering the whole API response in memory > > I'm not sure if I understand what this would actually represent internally - what would...