elpht

Results 6 comments of elpht

Thanks for the quick answer! Ok, understood. Then I'd just like to say, if I'm allowed to make a suggestion (or two 🙂), that it would be nice to: -...

I don't understand that having test frameworks, like xUnit, that are able to handle (and interested in doing that) parallelism, vstest opts for the no-no, "I don't support it, nor...

@bradwilson does then using `parallelizeAssembly` option make sense at all? Do you know about any plans to be supported by MS in future? Is there any way to run xunit...

Thank you for your detailed explanation @bradwilson. I think [this VSTest issue](https://github.com/microsoft/vstest/issues/4044) already tackles that matter.

I've dared to provide a proposal to implement the auto-pruning option in the observable: ```c# public class QuoteProviderSettings { /// /// Gets or sets max size of collection. /// Once...

I've been having a deeper look at the current design and I'd like to share some thoughts with you: - It is a bit confusing that after `EmaObserver ema =...