-
In version 13.18.2 with this config
```javascript
"codeGenerators": {
"openApiToTypeScriptClient": {
"className": "{controller}Client",
"moduleName": "",
"namespace": "",…
-
Using the `nswag@13.0.4` NPM package.
I run `nswag run` to generate the angular client.
But when I serve my app via `ng serve --aot` I get the following compile error.
**Compile error**
```
5…
-
When i try to generate my TypeScript files NSwag just hangs for minutes, happens both with the cli and gui.
config:
```json
{
"runtime": "NetCore21",
"defaultVariables": null,
"swaggerGene…
-
I created **Typescript Client** with **Axios** Template, but due to wrong mapping i am not getting the data from my backend.
The problem is in the process method.
![image](https://user-images.github…
-
I downloaded tool v11.19.2.0 to upgrade angular 4 project to angular 6 project so i can regenerate my typescript client. I am running into this error on my base class creation.
`Liquid error: Excepti…
sankp updated
5 years ago
-
Hello team,
I've configure NSwag to generate date as DayJS, but typescript is not compiling with `* as dayjs`.
This is the compilation failure that is happening:
```
This expression is not c…
-
A bit of an edge case - in a project I'm working on, we integrated automatic generation of clients via some MSBuild targets that are automatically pulled in via a shared nuget package. This is all wor…
-
This is re-creatable by creating a new asp.net Core Web Api using Visual Studio 2022 (not sure if this matters) and .net 6.0. This will generate the WeatherForecast API.
Add NSwag.AspNetCore nuget pa…
-
When using a custom TypeScriptPropertyNameGenerator with the TypeScriptClientGenerator, it does execute, but does nothing with the result.
The TypeScriptGenerator on the other hand does respect the…
-
I'm not sure whether this is intended or whether it is my setup, but for each type that is a part of an inheritance chain, the member property is class typed not interface typed.
Example:
```Types…