Dave Sparks

Results 10 comments of Dave Sparks

Categories are output as property name-value pairs as of NUnit 3. e.g. `` See: https://nunit.org/files/testresult_30.txt Probably should change this **add** support for the version 3 XML schema rather than overwriting...

> Having a new dedicated parser for version 3 is definitely a good idea. Maybe. But for now, I would suggest editing the pull request to include both the `if...

I have also tried deriving from ChainedObjectGraphVisitor and adding it to the builder using WithEmissionPhaseObjectGraphVisitor. The overridden EnterMapping method does to appear to get called for dynamic properties.

It seems to work correctly if I override `EnterMapping(IObjectDescriptor key, IObjectDescriptor value, IEmitter context)` instead of `EnterMapping(IPropertyDescriptor key, IObjectDescriptor value, IEmitter context)` and compare the value with the default for...

Visual Studio 16.1 won't load this extension by default, unless you allow depreciated API usage. Doesn't this just require basing the FindInSolutionExplorerPackage class on AsyncPackage rather than Package and then...

Does it really need to support VS 2012 in 2019? Or maybe the extension could be split into two packages one supporting 2019 and another supporting earlier versions. See this...

No idea why the build is failing

Sorry for the delay - other priorities etc. Here's a MCVE which sends 10000 test messages. The deadlock will generally occur after a few thousand messages with several threads stuck...