mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
PortUtils class made internal #505
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 @antoniovalentini on GitHub (Apr 11, 2023).
Hello, I noticed that with
v1.5.22thePortUtilsclass has been marked as internal, but I don't see any reference in the CHANGELOG.Thanks for your amazing work!
Antonio
@StefH commented on GitHub (Apr 11, 2023):
@antoniovalentini
There was no specific reason for this, else then keeping as much as possible internal.
Do you need it?
@antoniovalentini commented on GitHub (Apr 11, 2023):
No worries. The implementation is rather short and can be implemented directly. I just wanted to make sure I wasn't missing an alternative way.
Thanks again!
@StefH commented on GitHub (Apr 11, 2023):
I can make it public again.
There is also another PR related to that
I'll take a look
@StefH commented on GitHub (Apr 12, 2023):
In the next version this will be public again.
@antoniovalentini commented on GitHub (Apr 12, 2023):
Wow! Thanks a lot 🙇