-
I got an error when executing nswag:
```
$ npx nswag aspnetcore2openapi /assembly:./IST.dll
NSwag NPM CLI
NSwag command line tool for .NET Core Net70, toolchain v13.18.2.0 (NJsonSchema v10.8.0.0…
-
Getting this error when trying to generate OpenAPI spec (eventuallly to create a C# client):
> C:\Users\50587\.nuget\packages\nswag.msbuild\13.1.3\tools\NetCore30> dotnet dotnet-nswag.dll aspnetcor…
-
When i try to execute the MsBuild command:
`
`
**I am getting:**
`1>Executing file 'nswag.json'...
1>Launcher directory: C:\Users\USER-Admin\.nuget\packages\nswag.msbuild\12.1.0\…
-
See #32099
From the doc:
The following code is generated by the ASP.NET Core minimal web API template and uses OpenAPI:
The templates won't use the new OpenAPI document APIs until late in .NET…
-
Hello, I am trying to implement a code generator for AsyncAPI in the manner of NSwag, and I have encountered a problem with link resolution.
If the main specification (e.g., asyncapi.yaml) uses an e…
-
NSwagStudio version v13.0.5.0 (x64).
Doesn't matter if I deselect client, exception or DTO generation. Also happens when trying to generate TypeScript client.
Schema: https://dx-api-au1.thingpark.…
-
nswag v13.14.4 is ignoring workingDirectory, when used with assembly reference.
Version v13.14.3 doesn't have this issue, but have other issues with ignoring json attributes.
Here is the error:
`…
-
Hi all, I am using NSwagStudio with https://polygon.io/docs/swagger.json and I get the below error:
System.InvalidCastException: Unable to cast object of type 'NJsonSchema.JsonSchema' to type 'NSwa…
-
How would I use a relative output filepath in NSwagStudio.
Since the solution is in source control - each developer could have a different location for their output file.
I tried using a relative pa…
-
I'm using this yaml file: https://github.com/legalesign/Legalesign-V1-OpenAPI3/blob/master/legalesign-api-v1.yaml
When I process that using nswag **13.8.2** it creates C# classes named `Objects2` …