Export additional models
See original GitHub issueI’m using NSwag in my ASP.NET Core project (app.UseOpenApi()
).
Is it possible to add additional models, which are not used in any controller action, to the generated api descriptions?
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Export your models
Learn how to export your creations so you can use them in other applications. Export is an important part of the Modeler pipeline....
Read more >How to: Export and Import a Model | Microsoft Learn
You can use either Windows PowerShell cmdlets or the AXUtil command-line utility to export models to model files and import model files into...
Read more >Export a model—ArcGIS CityEngine Resources | Documentation
The model exporter is independent of the generated models in the current scene and can export large scenes. This means that you do...
Read more >Export models | BigQuery
Find and click the model that you're exporting. On the right side of the window, click Export Model. Export model. In the Export...
Read more >Export 🤗 Transformers Models
In this guide, we'll show you how to export Transformers models in two widely ... model to ONNX, you'll first need to install...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This example does have problems with nested types. Solution was to change the implementation to the following:
Here’s an example processor for those who would like to use one.
And usage: