-
I'm using `nswag run /runtime:NetCore31` with the below `nswag.json` config file. In the settings for the `openApiToTypeScriptClient` code generator, when I added the value for `extensionCode` it does…
-
After having a working app generated using `Fetch` template I've switched to `Axios` one and `Authorization` header aren't longer sent in the server requests.
This is the generated client code. In …
-
Hi there!
Below is a screenshot of the setup in nswag studio.
![image](https://user-images.githubusercontent.com/182836/43873282-2c9f6fd2-9bda-11e8-9dd1-a61446652167.png)
(essentially setting…
-
Hello,
I have implemented Swagger UI for Web API 1 type Project.
Everything works fine for me but not for Generic Return Types.
Eg.
```
[HttpGet]
public ResultBase GetAllPatients
[HttpG…
sankp updated
7 years ago
-
[**Font Project Git Repo URL:**](https://github.com/khalidalabdullah/gharbi)
Gharbi Bold is an open-source font crafted specifically for Arabic, Kurdish, and Persian titling.
**Requirements:…
-
I'm hoping to start a discussion on what is "best practice" when extending a type definition (d.ts).
A good example of where this is needed is with mixins. For example when using LoDash. The `LoDashSt…
-
We have discussed many times that something like LESS/SASS would make our lives much easier, mainly because the nesting feature that they provide. We can use this issue to discuss those technologies a…
-
I have used angular 6 + Rxjs 6 + ABP in my project.
I have updated angular, ABP and Rxjs related model in my project. I used "nswag": "11.12.10" package.
Before upgrade worked properly log in and…
-
I have a non-trivial configuration with two code generators: for C# and TS. C# clients don't require any pre-set baseUrl but TS requires some URL prefix like `/test-prefix`. I admit that this is not q…
-
Hello, I'm using ABP to create an application using the Angular + AspNetCore template. when ever i go to generate my Client Services code every time i use an enum it gets re-created as a new type in …
ghost updated
5 years ago