-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epic: NSwag v14 #2181
Comments
Does this mean NSwag will not support asp .net framework(OWIN) from v14? |
@olenitsj yes, I think this is the plan - there was enough time to migrate to .NET Core - and this is a free, open source product. |
Would be cool to have support for the latest .NET Framework v4.8.* 😉 |
We all know we don't like supporting legacy apps, frameworks, SKDs etc... and (Hello) World will be a better place for us if all Customers will use latest versions, so we could use latest solutions etc... but... There are still big projects with active development not yet migrated to .NET Core/.NET 6 LTS or in the middle of migration - so we need Swagger support for both WebAPIs to compare these. A lot of changes were made in routing area for .NET Core. And because of active development, developers can't have enough time to working ONLY on migrating and testing new APIs - especially on small companies. |
Dropping support in new versions doesn't mean the version you're using at the moment will stop working :) |
We are now working on NSwag v14 and NJsonSchema v11.
Breaking changes:
Tasks (not sure they'll get in)
Extension settings via assembly loader: Assembly loader: Support custom extension classes #924The text was updated successfully, but these errors were encountered: