Wiebe Tijsma
Wiebe Tijsma
Status 201-Created should not throw an exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> EasyNetQ.Management.Client.UnexpectedHttpStatusCodeException: Unexpected Status Code: 201 Created at EasyNetQ.Management.Client.ManagementClient.Put(String path) at EasyNetQ.Management.Client.ManagementClient.CreateVirtualHost(String...
This only starts 1 the HTTPS url: `var server1 = WireMockServer.Start(port: null, ssl: true); ` And this requires me to specify ports: ``` var server2 = WireMockServer.Start(new WireMockServerSettings { Urls...
Hi, I'm getting errors running this inside an Azure function on the simplest possible razor views: "Illegal characters in path during compile" Is this just not supported yet or is...
Thanks a lot for your library! I have a single test with some assertions I want to run after all other tests are finished, but I think the only way...
I'm getting a lot of errors in the console on sites with CSP enabled, seems like requestly is trying to do a lot more than just the rules I specified...
I got this error on MacOS after a fresh install of snitch on .net 9.0: Analyzing MyProject.csproj Analyzing MyProject... Error: An error occurred trying to start process '/Users/me/code/MyProject/dotnet' with working...
Replace Fluentassertions with AwesomeAssertions