NSwag
NSwag copied to clipboard
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Basically, if one of the types that gets picked up contains a property of type Action, an exception gets thrown: A repo project is here: https://github.com/adam-clauss/nswag-test It is a basic...
This is a follow-up for PR #3660. When using Moment, the TimeSpan class is not converted to the correct format when it is part of the url parameters. Nswag doesn't...
i already know that there's a simple hotfix of adding the File.Header.liquid to hotfix_template, because i already needed to add an hotfix for classes without this i see annoying error...
A public interface ist generated for a client that has access modifier set to `internal ` and DTO classes have access modifier `internal ` too. The generated interface should have...
NSwagStudio v13.16.1.0 Runtime: Net60 Outputs: CSharpClient Settings: ``` "generateOptionalPropertiesAsNullable": true, "generateNullableReferenceTypes": true, ``` According to [its docs](https://www.newtonsoft.com/json/help/html/t_newtonsoft_json_required.htm), the `Newtonsoft.Json.Required.DisallowNull` enum value means: > The property is not required but it...
**NSwag version:** command line tools v14.0.7, dotnet6 (also present on older versions) **Operation:** generate C# client **Issue:** response class names are not matching the titles as specified in the openapi...
Add support for AbortSignal in interface generation for AxiosClient template
Hi, Currently we are using this code to add Security Definition, however I can't find AddSecurityRequirement in nswag? Any help on rewriting this price of code with nswag version ?...
I am using nswag.msbuild of version 14.0.7 as part of web api .NET8 project. In it I would like to generate code based on controller's endpoints. There are no problems...
I have an application where data contracts in C# are defined under two namespaces: `MyProject.Contracts.V1` and `MyProject.Contracts.V2`, and I have set up API versioning so that API version V1 will...