mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Consider port to .Net Core #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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):
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?
@sbebrys commented on GitHub (Feb 23, 2017):
Ok, so I asked Handlebars about new release and we could wait for it.
@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
@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.
@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_netstandardbranch?@StefH commented on GitHub (Apr 26, 2017):
I removed the
HttpListenerand usedMicrosoft.AspNetCore