mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
WireMock standalone and Linqpad #600
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 @asherber on GitHub (May 14, 2024).
Originally assigned to: @StefH on GitHub.
Has anyone had success running WireMock as a standalone process in Linqpad?
I'm using Linqpad 7 with .net 7, and
StandAloneApp.Start(args);gives me:I've tried playing with the "Copy all assemblies into local output folder" and "Use a non-collectible load context" settings, since those sometimes clear up issues, but no luck.
@StefH commented on GitHub (May 15, 2024):
I can also confirm that for LINQPad 6, the same issue. I'm not sure yet if this is an issue for WireMock or for LINQPad.
@asherber commented on GitHub (May 15, 2024):
Solution: In the Linqpad Query Properties window (F4), you need to check "Reference ASP.NET Core".
Maybe add a note about this to the docs?