Michael J Conrad

Results 63 comments of Michael J Conrad

Hi. I've been looking at this and thinking through how to approach it. The main thing i'm noticing is the implementation may be cleaner with some code reuse. It looks...

@chaintng Hi. This is actually going to be in our next release. You can use the feature in the preview package on our MyGet feed. https://www.myget.org/feed/spekt/package/nuget/JunitXml.TestLogger

Most of the source is in another repo. You are probably interested in this file: https://github.com/spekt/testlogger/blob/master/src/TestLogger/Extensions/XunitTestAdapter.cs The theory data should be there by default now, with the version in MyGet....

@chaintng Actually, we just released that package to nuget, so you don't need to get it from MyGet.

Did a quick repo on one of my own projects to start. I was able to repo these using both the `test.runsettings` and command line. * Only when including the...

Ha, sounds good. I'm wiring up the pre-release package to some repositories at work and will see if I have any issues. I haven't used circle Ci, but can give...

@codito Since CircleCI is running in a linux container, It can't build the Net Framework project as part of building the acceptance testing project. This pipeline is a mess from...

@codito All set. By the way the Travis CI build is acting like its broken

This is what I meant. ![image](https://user-images.githubusercontent.com/32316111/65652233-171d2d80-dfdf-11e9-817f-1c3e3b0ffe64.png)

By the way, do I need to do something else to show up on the owner's list on the Nuget page? In terms of next steps, I was going to...