Rico Suter

Results 610 comments of Rico Suter
trafficstars

So its a regression of this pr? https://github.com/RicoSuter/NSwag/pull/1976 /cc @Jehoel

Please test with the latest version of NSwag, this has been changed a bit and might solve your problem.

@shawty can you post the generated OpenAPI spec for the "Render" operation?

Can you post the OpenAPI spec (JSON), not the generated code?

Maybe the problem here is that we dont have the nullable information for the response type... We need to check the code: https://github.com/RicoSuter/NSwag/blob/master/src/NSwag.Generation.AspNetCore/Processors/OperationResponseProcessor.cs#L83 As you can see, we only have...

Can you provide some sample code, the generated spec and generated code?

I have the feeling it's about the clean up of targets etc: https://github.com/RicoSuter/NSwag/pull/3417

> But then ran into a masive memory leak in NSwag(Like it went from 500mb ram to 30GB ram use in 10 min) Any idea where this is coming from?