Chriss Barnard
Chriss Barnard
Hi, Yes you're correct I can do it that way, I'd totally missed it as I'd focussed on using CreateForTest. Couple of comments, it feels a little odd to have...
@paf-dev did you solve this? Getting the same issue. Do you really mean this ```Protocols = ["https"]``` or ```Protocols = new InputList() {"https"}```
> ["https"] ["https"] this will work then :-)
Did this ever get sorted? I'm using the aspire integration (1.7.4 & 1.8.0-prview-01). ``` var apiServiceUsedForDocs = builder .AddWireMock("apiservice1", WireMockServerArguments.DefaultPort) .WithApiMappingBuilder(adminApiBuilder => { adminApiBuilder.Given(b => b .WithRequest(request => request .UsingGet()...
Did you ever get to the bottom of this, I've just hit the same issue.
Hey all.... We've just bumped into this issue due to using the models generated from the schema in a .NET API due to lack of support of nullable reference types...