jepperaskdk

Results 46 comments of jepperaskdk

@Atulin Can you provide a full example? I have the same need.

I'm getting this as well. I assume it is just a mistake to flag that as a warning by az-cli?

When calling `.Build()` twice, I get: `"System.InvalidOperationException : Build can only be called once."` Any idea why? (.NET 6 and .NET 7) Looks like it has been there for a...

After cloning/running nswag locally, it fails on the same line: ``` var collectionProperty = SwaggerGenerators.GetType().GetRuntimeProperty(key[0].ToString().ToUpperInvariant() + key.Substring(1)); ``` Where the key is "WebApiToOpenApiCommand" `SwaggerGenerators.Items` has the following items: ``` {NSwag.Commands.IOutputCommand[3]}...

@Ben555555 I have done the same, and I also experience the same issue with .NET processes being spawned, and as such I have had to disable generating the API clients...

I also see a growing number of .NET processes being spawned (100% CPU), after upgrading to .NET8.0 and nswag 14.x - I fix it by setting `"noBuild": true,` as mentioned...