Stef Heyenrath

Results 713 comments of Stef Heyenrath

@PSanetra By default all console logging is logged? Or do you mean something else?

Can you make a PR?

@bweber Did you have time to make a PR for this? Else I'll close this issue.

Currently it's hardcoded in the source code to use 301. Would it be an option to make it possible to indicate yourself how redirects are handled? (By the construction from...

Hello @dariusz-wozniak, in case you are interested, the follow-up from this project can be found here: https://github.com/WireMock-Net/WireMock.Net

Do you have an example what could be used as a starting document ?

Hi @thomas-girotto, if you are interested in the followup from this application, take a look at https://github.com/WireMock-Net/WireMock.Net which already supports **netstandard 2.0** and has more functionality available.

@tailo AppVeyor fails on `Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json, Version=8.0.0.0` Can you add another change to your PR to use the latest version [Newtonsoft.Json...

About the failing appveyor ; I think you need to add ``` before_build: - nuget restore ``` somewhere