Jakub Jareš

Results 1158 comments of Jakub Jareš

Disabling TestingPlatformDotnetTestSupport will make it work correctly, because we then use vstest and execute the tests. Checking if this should be fixed by adding error for the incomplete setup, or...

moving to 3.10, I think we need a better design for this, having --ansi and --no-ansi, leads to many combinations with similar options like --no-color and so on.

yes those are all good options, terminal logger does something similar with handling auto, and on/off true/false 0/1. Then it is just question of deprecating no-ansi no-color or not, but...

Hehe, I was actually working on the code to support both at the same time 😁

Because I missed this comment, saying that you are okay to migrate: https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/41#issuecomment-2669057401 fwiw code is here (the MTP part is heavily not done) https://github.com/Tyrrrz/GitHubActionsTestLogger/pull/45 feel free to close.

Very useful comments👍🏻 > If you really want to have a super low level, zero dependencies "version" of MTP, then again my suggestion would be to check what the OpenTelemetry...

@thomhurst @Youssef1313 The ref solution is imho worse than the alternative of using the oldest reasonably usable version of those extensions, and letting the user upgrade if needed. At least...

@julealgon let's say we would start using microsoft.extensions and used it to compose our application and configuration. What are the real benefits that we are getting, and do we need...

> I understand not wanting to do dynamic assembly loading. But sounds like that could potentially solve this in the cleanest way, by isolating one specific version of a dependency...