Joseph Musser

Results 395 comments of Joseph Musser

The .NET Foundation has a bot that retweets .NET news and I'm not sure how it works. It also directly tweets news from some of the projects. E.g. this is...

The SocketException means the agent process died unceremoniously. What's the error message when the agent is not in the picture (use `--inprocess`)?

Oh, sorry. This is a long shot but I wonder if it could possibly be fixed by https://github.com/nunit/nunit-console/pull/660. How about trying the latest from the prerelease feed?

The internal trace just stops, similar to what I was seeing with the .NET Framework race condition that #660 avoids. (Btw, the race condition is fixed in the November .NET...

It does sound like a bug, so I like the idea of fixing. I'm not sure how to help on the question of what sort of breaks could happen.

I support all of these actions (they don't look mutually exclusive). Advantages to using nuget.org deprecation are that tooling understands it (both CLI and warning icons in Visual Studio NuGet...

https://mermaid-js.github.io is the markdown of graphs and it's supported natively on sites such as GitHub, so it may be worth a thought.

Maybe along with a rule that only one enum part can contain implicitly numbered members.

There's no way to generalize between Task and ValueTask without an exponential explosion of code. I would suggest doing the same as you would already have to do with ValueTasks...

There's another reason to re-port: net20 support. There is a measurable difference between running against the net20 BCL and the net35 and net45 BCLs, and we at NUnit have not...