WireMock-Net / WireMockInspector

WireMockInspector is a cross platform UI app that facilitates WireMock troubleshooting.
MIT License
31 stars 3 forks source link

Wiremock tool not linking #32

Open pythonpadawanEXE opened 2 weeks ago

pythonpadawanEXE commented 2 weeks ago

Sorry for the lacking description, but i had an issue with a mac m2 where the wiremock extensions inspection wasn't running correctly as it couldn't find the wiremocks tool binary in my projects .net6/bin folder i fixed this by manually copying and pasting the file into the project bin but there might be an issue with the code

i also had issues with needing a manifest file even though i installed wiremock tool globally so i made a local manifest

cezarypiatek commented 2 weeks ago

Beside the nuget package with the extension methods, the WireMockInspector tool needs to be installed manually as a global dotnet tool. I don't have access to any MacOS machine so I can't help you with that. However, any contributions in this are are welcome.