Use existing shared Model #5918
Labels
Csharp
Pull requests that update .net code
Status: No Recent Activity
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
type:question
An issue that's a question
Is your feature request related to a problem? Please describe the problem.
Is is possible to use an existing and Model instead of to create a custom one?
I have Blazor WASM Projects, that share DTOs between server and client apps. This is really great. I previously used NSwag to create client library, reusing existing shared DTOs library instead of creating a new model from OpenAPI.
I cannot find a way to do this using Kiota
Client library/SDK language
Csharp
Describe the solution you'd like
An option to disallow model creation, importing a namespace with existing DTOs (cfr. NSWag "generate DTO Types")
Additional context
No response
The text was updated successfully, but these errors were encountered: