hibri / HttpMock

A library for creating Http servers on the fly in tests and stubbing responses
MIT License
128 stars 44 forks source link

.NET Core Support #37

Open tysonnero opened 8 years ago

tysonnero commented 8 years ago

Are there any plans to release a version with .NET Core support?

hibri commented 8 years ago

Hi @tysonnero Not yet. will wait till there is a stable version. But there will be :)

secana commented 7 years ago

Hi, stable version is available for some time. Would you mind to update? This nice project really need core support.

hibri commented 7 years ago

Happy to take a PR for it :) Haven't had time to look into it to be honest.

MelbourneDeveloper commented 4 years ago

@hibri a .NET Core version would be much appreciated.

MelbourneDeveloper commented 4 years ago

@hibri I forked and branched from your library:

https://github.com/MelbourneDeveloper/HttpMock/tree/TargetNetStandard

There is no problem targeting .NET Standard with your code. The only problem is that Kayak is only built for .NET Framework, so someone would have to target .NET Standard in that project as well.

hibri commented 4 years ago

thanks @MelbourneDeveloper Been looking into this but I'm time poor atm. I intend to replace it with the HttpListener and remove the kayak dependency entirely

MelbourneDeveloper commented 4 years ago

@hibri let me know if you want me to do a PR

hibri commented 4 years ago

@MelbourneDeveloper Yup. I'd love one. Happy to chat on gitter https://gitter.im/HttpMockChat/Lobby