mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Example is not working as expected #376
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 @devmariodiaz on GitHub (Oct 25, 2021).
Hello Stef,
Thanks for all your help.
I want to report to you, that this example that you provide me some days ago is not working, is not taking the launchsettings.json parameters, is taking default parameters.
dc078b57ea/examples/WireMock.Net.StandAlone.NETCoreAppCould you please to take a look at this?
@StefH commented on GitHub (Oct 26, 2021):
When running in VS2022, this works fine for me:

@devmariodiaz commented on GitHub (Oct 26, 2021):
Thanks, Stef,
I wonder, Maybe because I'm running it on mac OS? Could have any environment configuration difference?
@StefH commented on GitHub (Oct 26, 2021):
What happens if you run dotnet run command? Like:
Result at my windows pc:
@devmariodiaz commented on GitHub (Oct 26, 2021):
This is happening when I use the Run button through Visual Studio 2019 for mac OS, I'm just trying to execute this one using a Windows machine.
@StefH commented on GitHub (Oct 27, 2021):
OK, please try a Windows machine.
In your case it seems that the whole start-profile is not recognized.
Pressing the ">" button on windows shows this:

@StefH commented on GitHub (Nov 28, 2021):
Closing...