Lukas Lansky
Lukas Lansky
Thanks for the answer. I'll see if I found time to look into this for myself. I understand that those problems are tricky, but it also seems to me that...
@kurtschelfthout I noticed MSTest v2 now has https://github.com/Microsoft/testfx-docs/blob/master/RFCs/003-Customize-Running-Tests.md . I played with it yesterday and it seems to me that by writing a proper implementation for `ITestMethod.Invoke`, something like FsCheck.xUnit's...
> Linux: > `sudo apt-get install libtool automake autoconf nasm` In Alpine, `apk add libtool automake autoconf nasm` is not sufficient as it leads to `configure: error: no acceptable C...
Diffování je attack vector -- záměrně upravená smlouva, která je na 99 % podobná (tj. obsahuje o dvě nuly míň), je stejně nebezpečná, jako z 20 % podobná. Určitě nemůžete...
I'm all for better isolation between CI builds – it really makes everything so much simpler – but https://github.com/dotnet/runtime/issues/34994 is a local build problem and is waiting for the resolution...