madelson

Results 193 comments of madelson

@rprouse is this a known VS bug or just a guess? Worth filing something with VS itself? Or maybe this is an issue with the NUnit adapter?

@OsirisTerje I did not successfully get the namespaces to run in parallel, hence my post ;-). I wonder if there is a better pattern for doing this? For example, I...

My tests are independent, but each namespace uses a different external resource (local database server) and I find that running in parallel within the namespace results in a higher rate...

> Where did you see this in the documentation? @OsirisTerje sorry for the delayed response. I was looking at [this page](https://docs.nunit.org/articles/nunit/technical-notes/usage/Framework-Parallel-Test-Execution.html). It says "Parallel SetUpFixture with non-parallel test fixtures: The...

@OsirisTerje sorry I've been busy and haven't gotten back to this. I still plan to if I can.

Thanks for the quick response @NickCraver . What do you think about the option of calling `IsConnected()` before each request? What is the overhead of that like? For context I'm...

I don't have a small repro handy, but here are some details that might be relevant. - The identity in question is a POCO that implements the IIdentity interface. We're...

Partial dupe of https://github.com/shayhatsor/zookeeper/issues/49#issue-1159551194 (aside from the signing issue).

Hi @KaaCee thanks for raising this issue! Believe it or not, this behavior was by design. I'm still not sure it was the right design (obviously there is at least...

This seems like a good build, but I think we should keep decompilation as a fallback. In addition, it would be nice to be able to use sourcelink to provide...