Fredrik Bondeson

Results 3 comments of Fredrik Bondeson

Got the same issue, any updates/workarounds? the attribute that @RicoSuter mentions didn't work :(. I'm using IFormFile as an in parameter and got it to work when calling the function...

Got my API to work by downgrading to Swagger2. I changed my Start up from: `services.AddOpenApiDocument(configure => { configure.Title = "B2B API"; });` To: ` services.AddSwaggerDocument(configure => { configure.Title =...

Hi @dluc, thanks for the response :) I don't know what template engine I'm using, but to test this I created a Console app and updated my prompt template to...