bert2

Results 20 comments of bert2

I can confirm this issue. It happens only sometimes (about 1 in 50 builds). We are using the recommended VSTest integration (coverlet.collector package). This is how we call it (via...

We've only been using the VSTest integration for 1.5 months so I can't say if the problem came with an update of the package. But the timing issue described by...

Relevant part of our build log ```text Test run for C:\Jenkins\workspace\REBOCO_PullRequests\reservation\tests\Unit\bin\Release\netcoreapp3.1\Unit.dll (.NETCoreApp,Version=v3.1) Microsoft (R) Test Execution Command Line Tool Version 17.0.0-preview-20210817-02 Copyright (c) Microsoft Corporation. All rights reserved. Starting test...

Hi @MarcoRossignoli, thanks for looking into this! I think such a flag would work for us. We can always throw away the build after coverage analysis and make a new...

I'm seeing the same issue in my AppVeyor builds where I use GitVersion.CommandLine in cake scripts. Pinning the version to 5.6.3 fixes the issue. I'd like to try it with...

Ok, I did a little digging and found some kind of a work-around until this gets fixed (if ever). The problem is actually in [mume](https://github.com/shd101wyy/mume), a package used by this...

@shd101wyy I also noticed that the extra stuff was only rendered in later code blocks but not all of them. Since the value of `inCodeBlock` depends on mutable state, my...

Oh sheesh, I just found the real cause. It was a superfluous space before a code fence. If you have a code fence that looks like this... ````markdown ``` test...

Looking through the source I found that the attribute has to be named `NonDefaultableAttribute` now. Is that correct?