C#C
C#3y ago
.tree

❔ Generate REST Client with NSwag Studio

When I generate a C# Client for my REST API using swaggers online editor-next, I get a .NET Project with multiple cs files for my models and clients.

However when I use Nswag Studio with the same Swaggerfile, I only get one single .cs file. Why is this?

The issue with the client generated from the editor is that it's not .NET 6, which I need for my application.
Was this page helpful?