Guy Lescalier
Guy Lescalier
Hi, I'm using 206 responses when my API for performance reasons needs to return only the first X elements. Generated code for 206 currently throws an exception containing the response...
**Bug** - `package` version: 1.1.15 - `node` version: 14.17.3 - `npm` (or `yarn`) version: 7.19.1 What you did: I wrote some invalid expectation: `expect("string").toBe(12);` What happened (please provide anything you...
Hi @pmowrer , I have used your package for javascript projects and would like to use it for .NET Core projects. By looking at your code, very few is specific...
Hi @pmowrer, Here is the pull request regarding the feature I proposed a few month ago (https://github.com/pmowrer/semantic-release-monorepo/issues/106). It allows to handle projects other than npm (dotnet for now) by injecting...
NSwag C# client generator creates a class for every schema in OpenAPI documentation. This prevents implementing a generic exception handler based on MyException as ProblemDetails is a different class for...