Mark Clearwater

Results 49 comments of Mark Clearwater
trafficstars

Hey @jonschlinkert not sure how to get someone to look at a PR so just giving you a ping :)

Time to actually tackle the tests on this has stalled. I've found a quick workaround using an alternate DataAttribute custom class though: ``` internal class BugFixMemberDataAttribute : MemberDataAttributeBase { public...

Since the cause is already fixed in master (though not the latest release) I'll close this, and hopefully find it again next time I try to update xunit and it...

@bradwilson this issue still exists in 2.4.1 two years on. I original thought v3 work come at some point, but it is still alpha right? Is it worth seeking a...

I've opened a PR with what I believe is a fix, though struggling to know exactly where to put a repro test to accompany it, the test would be similar...

Thanks for the suggestion @mrexox. I'm really hoping to find time to work on this, it sounds like a worthy addition and not too hard to do. If I get...

``` dotnet tool install --global --add-source https://ci.appveyor.com/nuget/coveralls-net-t37a9a9unhwk coveralls.net --version 4.0.2-carryforward0001 ``` Any chance you can try out this pre-release version in the ci nuget source @mrexox? I'm uncertain about some...

Awesome, if you need a hand I have my repos set up to generate packages.

Hi @piotrzajac Thanks for your interest in running coveralls.net on Linux. At this stage, there isn't a known way to run coverage over portable pdb files. This is something I...