Spencer LaGesse
Spencer LaGesse
I don't read this proposal as asking for the signatures to be JSON, I read it as asking for a way to sign a document where the document itself is...
Hm, that's definitely not what I'm seeing. I have both of those settings set to false.
Thanks for the assistance. Your project does not compile for me without changing the signature of WhenAllAsync to `public async Task WhenAllAsync()` After making that change, I am seeing the...
I am seeing this behavior even when asking the Test Explorer to run all tests.
Here is the coverage report: Here is the AsyncCalc class: Here is the Calc class (Add is sync, Subtract is still async but is correctly showing as covered):
My apologies, the access level of AsyncCalc should be public and not internal. However, if I change AsyncCalc to public from internal, the tests run: But I am still not...
Wonderful, thanks for the help and glad to hear a fix is on the way!