-
I am seeing the following error when running DevGateway.
```
[2024-09-24 16:06:05.335] [Error] Relay listener went offline, terminating, ex: Microsoft.Azure.Relay.EndpointNotFoundException: Endpoint…
-
Upgraded to v14 from v13 now opening a .nswag file like:
```
{
"runtime": "NetCore21",
"defaultVariables": null,
"documentGenerator": {
"fromDocument": {
"json": "{\r\n \"ope…
OzBob updated
3 months ago
-
on dotnet docs - https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-push?tabs=netcore21
customer reported the following issue - https://github.com/dotnet/docs/issues/6729
> In docum…
-
Hi,
Your documentation is very outdated and not easy to understand as well. Example below wiki document is completely outofdate as we are no longer using webApiToDocument for .NET 6 or plus. Nor ass…
-
I have a nswag definition file (see below) and use the command:
`nswag run Functions\Functions.nswag /runtime:NetCore21`
It generates an OpenApi3 document, but is missing the `paths` element.
…
-
has anyone tried nswag cli on mac m1? Im getting this erorr:
```
franco@Francos-MacBook-Air taskapp % nswag run nswag-taskapp.nswag
NSwag NPM CLI
NSwag command line tool for .NET Core NetCore21,…
-
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…
-
Regarding the CLI docs published here: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet?tabs=netcore21
One thing that will help us get docs published easily for CLI reference is if we can …
-
Switching generation tools from
- nswag: 13.13.2 -> 13.17.0
- NetRuntime NetCore21 -> Net60
- codeGenerator - openApiToTypeScriptClient
Every generated interface has additional attribute added.…
-
I am getting this below error while running the npm run generate command. Can any one help me how to resolve this issue ?
I have tried setting the runtime to NetCore21, but that does not help much.…