Consider port to .Net Core #22

Closed
opened 2025-12-29 14:21:13 +01:00 by adam · 7 comments
Owner

Originally created by @sbebrys on GitHub (Feb 22, 2017).

Hi, are You consider to port and support only .Net Standard version of this project?
I port it now to .net standard 1.3 sbebrys/WireMock.Net but You need port XPath2 too.

Originally created by @sbebrys on GitHub (Feb 22, 2017). Hi, are You consider to port and support only .Net Standard version of this project? I port it now to .net standard 1.3 [sbebrys/WireMock.Net](https://github.com/sbebrys/WireMock.Net) but You need port XPath2 too.
adam closed this issue 2025-12-29 14:21:13 +01:00
Author
Owner

@StefH commented on GitHub (Feb 22, 2017):

I did consider this already : https://github.com/StefH/WireMock.Net/blob/master/src/WireMock.Net/netstandard1.3.txt

However XPath / XPath2 are both not supported on netstandard 1.3 or even not on netstandard 1.6 if I remember correctly.

Maybe the new structures in vs2017 can help/support this, but I dont think it will work.

If XPath is the only one which gives troubles, I can remove it and create a new NuGet package which is an extension on this one.

@StefH commented on GitHub (Feb 22, 2017): I did consider this already : https://github.com/StefH/WireMock.Net/blob/master/src/WireMock.Net/netstandard1.3.txt However XPath / XPath2 are both not supported on netstandard 1.3 or even not on netstandard 1.6 if I remember correctly. Maybe the new structures in vs2017 can help/support this, but I dont think it will work. If XPath is the only one which gives troubles, I can remove it and create a new NuGet package which is an extension on this one.
Author
Owner

@StefH commented on GitHub (Feb 22, 2017):

Also Handlebars.Net is still old version on NuGet.

I created a PR which was merged to main, however no new NuGet yet. Maybe you can alsonssk for a new version?

@StefH commented on GitHub (Feb 22, 2017): Also Handlebars.Net is still old version on NuGet. I created a PR which was merged to main, however no new NuGet yet. Maybe you can alsonssk for a new version?
Author
Owner

@sbebrys commented on GitHub (Feb 23, 2017):

Ok, so I asked Handlebars about new release and we could wait for it.

@sbebrys commented on GitHub (Feb 23, 2017): Ok, so I asked Handlebars about new release and we could wait for it.
Author
Owner

@StefH commented on GitHub (Feb 25, 2017):

Btw : The http listener is also not present in netstandard 1.3

But we can try to use this one : https://github.com/StefH/NETStandard.HttpListener

@StefH commented on GitHub (Feb 25, 2017): Btw : The http listener is also not present in netstandard 1.3 But we can try to use this one : https://github.com/StefH/NETStandard.HttpListener
Author
Owner

@sbebrys commented on GitHub (Feb 25, 2017):

I saw that, but this version doesn't support yet ContentLength and ContentEncoding, I did workaround this by using custom headers but it isn't the best solution. In my project it satisfy me, but I don't think it is ok for everyone.

@sbebrys commented on GitHub (Feb 25, 2017): I saw that, but this version doesn't support yet ContentLength and ContentEncoding, I did workaround this by using [custom headers](https://github.com/sbebrys/WireMock.Net/blob/master/src/WireMock.Net/HttpListenerResponseMapper.cs#L35) but it isn't the best solution. In my project it satisfy me, but I don't think it is ok for everyone.
Author
Owner

@StefH commented on GitHub (Apr 14, 2017):

Can you maybe make a PR on NETStandard.HttpListener and then move this PR into my https://github.com/StefH/WireMock.Net/tree/_stef_netstandard branch?

@StefH commented on GitHub (Apr 14, 2017): Can you maybe make a PR on NETStandard.HttpListener and then move this PR into my `https://github.com/StefH/WireMock.Net/tree/_stef_netstandard` branch?
Author
Owner

@StefH commented on GitHub (Apr 26, 2017):

I removed the HttpListener and used Microsoft.AspNetCore

@StefH commented on GitHub (Apr 26, 2017): I removed the `HttpListener` and used `Microsoft.AspNetCore`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#22