fluentcms / FluentCMS

ASP.NET Core Blazor Content Management System (CMS)
https://fluentcms.com
MIT License
169 stars 29 forks source link

Extract API view models from API project to Shared layer and remove NSwag generated models #1757

Closed pournasserian closed 3 months ago

pournasserian commented 3 months ago

Since the generate models are generic type, the generated classes won't be the same as api controllers return types and it is not possible.