Kevin Pilch

Results 76 comments of Kevin Pilch

Hi, I'm not sure exactly what content you want to have in the xml files, but for basic logging of what tests are run and their status, you probably want...

It's used [here](https://github.com/Pilchie/xunit.runner.wpf/blob/e9dfb23e18d571618d10e9d6f6ca6405a7fcdc0e/xunit.runner.worker/RunUtil.cs#L13) to update the UI.

Thanks for the contribution - btw it doesn't look like the appveyor issue is related to your change, it looks like a newer version of NuGet detected something misconfigured. I'll...

Okay - I merged https://github.com/Pilchie/xunit.runner.wpf/pull/88, and updated the appveyor config to use VS2017 instead of 2015.

@DustinCampbell any thoughts on this as a UI metaphor?

dotnet org is generally my preference. I just wish codeformatter ran automatically and preventing me from not doing it.

Can you run codeformatter on the code?

It could be throttled to only report back once every n milliseconds, etc if it's a perf issue.

@jaredpar @jmarolf @DustinCampbell Should convert the other projects of course, and no idea if the nuget package generation still works (probably not).

So, what's a third party runner to do? Currently we use it here: https://github.com/Pilchie/xunit.runner.wpf/blob/master/xunit.runner.worker/XunitUtil.cs#L12