Stef Heyenrath
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 This is not yet possible, I'll look into this.
@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, }); ```
@zidad, did you have time to test this?
Thanks for testing. I'll merge this PR. Note that in the final version, the enum will be named `HostingScheme`/
https://github.com/WireMock-Net/WireMock.Net/pull/818
@PascalSenn Sorry, I forgot a commit. Please review the project now.