Per Lundberg
Per Lundberg
I have read the CLA Document and I hereby sign the CLA
I'm also looking for something similar, but for different reasons: I am chasing a difficult bug where I want to re-run a test 10, 100 or even 1000 times. It's...
Sorry @baronfel, didn't have any public repro but I tested now with a blank `web` project and it seems easily reproducible. Creating a blank project in a new, empty directory:...
Sorry for the late reply @tmds. Verified now - yes; `-tl:off` does indeed work as intended. :tada: Should we make `/v:diag` emit a warning if the Terminal Logger is enabled...
> It seems the current behavior is intentional, so we can close this issue (and https://github.com/dotnet/sdk/issues/42835). Intentional it is indeed, but it's still a nasty regression. :stuck_out_tongue: We already have...
Here's what I did as a workaround for the time being. Perhaps it will help someone else. `TestContextInitializationFailedException` is the particular exception which can be thrown in `@BeforeEach` handlers in...
> We could also incorporate this change in a non-breaking manner by using a configuration parameter, for example: I think that approach sounds sane. :+1: Doing it like that means...
> Parsing `db.query.text` is a costly operation. What this issue does not attempt to address is whether parsing operation/collection from `db.query.text` should be on by default. For now, it should...
(Hmm, I realize that making the `OneTimeTearDown` method be `public async Task OneTimeTearDown()` and just calling `_msSqlContainer.DisposeAsync()` works fine. :see_no_evil: Perhaps this is just to be considered as user error...
Yeah, but no worries. :+1: If we really wanted to make it perfect, I guess we could make the rule (or another rule...) warn about `DisposeAsync()` being used in a...