CharliePoole

Results 1012 comments of CharliePoole

I think you're right. It makes more sense to give the writer a document rather than just a node. The question is "Will this break anything?" I'll leave that to...

Key question for the transform part of the fix is to know whether there are still ways to produce a test result file that does not start with a `test-run`...

@broetchenrackete36 Does `match="/*"` work for you? I'm thinking of using that for all the transforms that generate CSS. In theory it should plug in the CSS for whatever the top...

Experimenting further, I found out the same thing. I ended up using match="/test-run". I'll merge that and you can comment on the nunit-transforms issue if it seems to need more...

@nunit/engine-team Is this still an issue?

@ChrisMaddock Regarding removal of RuntimeFrameworkService... it might be possible before v4, because it's not exposed outside the engine. The IRuntimeFrameworkService interface is not exposed but IAvailableRuntimes is. The latter must...

@ChrisMaddock Have you done anything on an `AssemblyTargetingService` ? I'm finding I need one in the work I'm doing for eliminating Mono.Cecil from the core. If you have, I'll take...

Two packages are deprecated and Chris added a third package, which he recommended we deprecate. Currently deprecated packages use the convention-based approach of indicating they are deprecated in the title...

Thanks @jnm2 I intended the lists of actions to all done completely... e.g. Stop Publishing AND Convert AND Update. There's a separate list for each extension because each one needs...

I updated the description to clarify the action steps and added checkboxes.