Mark Clearwater

Results 24 issues of Mark Clearwater

To the best of my knowledge and exploration, Ellipsis consists of 3 dots (...) not 2. This bug is causing issues where consumers are trying to read format examples and...

This relates to issue #1983 The calling code that fails is this particular call in DataDiscoverer: https://github.com/xunit/xunit/blob/4db2e39c72e70a3d1ffd308a3131a397e39ecffc/src/xunit.core/Sdk/DataDiscoverer.cs#L32 This change should restore the functionality that worked on NetStandard 2.0 compatible runtimes...

I've hit this problem twice and both times figured it out without find anyone else having this issue. When using `MemberData` in an abstract class, and using a name of...

Have an arg to optionally publish the coverage in teamcity stats format: ``` var coverageResults = System.Xml.Linq.XDocument.Load($"./{fileName}"); var summary = coverageResults.Root.Element("Summary"); //classes var visitedClasses = GetAttributeValue(summary, "visitedClasses"); var totalClasses =...

enhancement

I hear circleCI is a thing. Anyone want support? Make yourself known, and I can add this in.

enhancement

in progress
in next release

The most useful way to use the publisher with .Net is to turn UseRelativePaths on. This should be the default. Propose: * deprecate the `--useRelativePaths` setting * default the value...

enhancement

The help page on coveralls.io is a bit bland. Send through updated instructions on usage with appveyor and travis with better links to the real repository and nuget package.

Right now, the Pull Request builds into this repo don't handle dog fooding coverage publishing properly. Should fix this.

The error messaging from the argument parser isn't very good. if you have `--repoToken -o output.xml` (ie missing token value) it tries to parse the -o as the value, then...

enhancement