Stef Heyenrath

Results 713 comments of Stef Heyenrath

@mattisking ; can you please test this?

@mattisking , if you have time, can you please test this? (Then I can merge this to master)

@mattisking Did you have time yet to verify?

https://github.com/WireMock-Net/WireMock.Net/pull/817 PR will be merged. A new NuGet will be released this weekend,

@zidad You can try preview version `1.5.6-ci-16455` (https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions) And use it like: ``` c# var httpAndHttpsFree = WireMockServer.Start(new WireMockServerSettings { HostingProtocol = HostingProtocol.HttpAndHttps, }); ```

Thanks for testing. I'll merge this PR. Note that in the final version, the enum will be named `HostingScheme`/

@PascalSenn Sorry, I forgot a commit. Please review the project now.