Jericho
Jericho
You're right: a filter is a much better idea. I should have thought of that! As far as configuring it per-request, here's what I came up with: ```csharp // Prepare...
By the way, `Filters.Remove` followed by `Filters.Add` works fine but it's not "fluent". Maybe adding a "WithFilter" method to `IRequest` and `Request` would be more elegant. Something as simple as...
In my scenario, I always want the global filter to be replaced but it did occur to me that it might not be the case for every scenario. I propose...
I have a custom request coordinator for this purpose but I was thinking it would be simpler to allow RetryConfigs to modify the request.
Ok, I figured out a few things: 1. the warning about "no valid version" is reported by the `MilestoneExtensions.Version` extension method 2. As I understand it, this extension method is...
>are you in a position to run a test without the `Paging` milestone in place, to see if the AppVeyor build succeeds? I renamed the "Paging" milestone to "99.99.99 -...
While @AdmiringWorm is researching, does it make sense to change GRM to avoid invoking the `Warning` method and replace it with calls to either `Verbose` or `Information`? There are 7...
I missed the annoucement but evidently there was a new version of OpenCover published in February (after almost 3 years!!!). I'll investigate if we can remove the workaround.
Sadly, it looks like @AdmiringWorm is right. I have been trying to run opencover on my project without the `-oldstyle` switch and I am getting errors like: ``` System.MissingMethodException :...
@gep13 there hasn't been a new release of OpenCover since I last tested therefore this is still an issue.