ferenc-a

Results 18 comments of ferenc-a

typescript-eslint seems to have a workaround for now: https://github.com/typescript-eslint/typescript-eslint/blob/v8.18.1/eslint.config.js

Apparently in 20.4.0: https://github.com/nrwl/nx/releases/tag/20.4.0

This is a minor issue, but still definitely not fixed. Is there a ticket tracking static docs generation that might relate to this?

There's a process I launch, that is required by my tests. I want to capture its output during the tests, that's my ultimate goal. I could do this in MSTest...

Something like that must be happening, thank you for the pointer! My next question then is, what is my workaround for a different execution context? Within xUnit, or otherwise in...

The first solution was helpful, I managed to log for my assembly fixture properly, thank you! Though it feels a bit hacky, there's a possibility we miss some output from...

As I said, `Initialize` is called from an assembly fixture. So it runs once for the whole test suite. I thought the "Capturing output in extensibility classes" section would be...

I'd like to parse the messages, modify them, and conditionally inject more inbetween them.

I'm going on vacation soon, so it might be more than a week until I can try it sorry. The code looks promising for modifying a message. However, I also...