Erik Božič

Results 7 comments of Erik Božič

Is the problem here? https://github.com/RicoSuter/NSwag/blob/86735476b1e971a69b22a01179d676736e65a904/src/NSwag.Core/OpenApiResponse.cs#L76-L89 As far as I can tell the `Content` is only ever set here. And It's either "application/octet-stream" or "application/json". So then the liquid template never...

I have the same issue. Found that it's the 6.7 kernel update. (https://github.com/microsoft/mssql-docker/issues/858#issuecomment-1892216070) Rolling back to 6.6.10 makes it work again.

It seems like this was solved in the aur repo package `mssql-server`: https://aur.archlinux.org/packages/mssql-server#comment-953063. However I'm still having trouble building the needed dependency to verify...

I get something similar on Linux starting today, when I upgrading to linux 6.7 kernel. Tried it on another machine to validate that it is indeed the update. ``` mssql-db...

Hello, Thanks for the quick response! Yes, the serialization part is solvable that way. However if I do that I can no longer use `FilterExpressionGenerator.GenerateExpression` on the backend API to...

Oh, I didn't look into that. It was just an example. The point is to simplify the interface, so it doesn't require any hard to serialize types. I can start...