You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: