You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this library is incompatible with .NET Core 3.0 and upwards.
I would like to suggest an upgrade to support .NET Core 3.1 projects.
This would entail:
Upgrading any Microsoft.AspNetCore package to 3.1.0 if possible
Adding the new Newtonsoft package
Resolving MvcOptions issues
Rewriting IUrlHelper DI, this has also changed since 3.0
Upgrading the Swashbuckle library to 5.0.0-rc5. This holds many breaking changes and will also result into Swagger OperationFilters and DocumentFilters to be rewritten.
Updating the sample project to accomodate these changes
Why?
.NET Core 2.2 will reach End of Life on December 23, 2019. This means it's a good idea for projects to get upgraded to 3.0 and onwards.
Currently this library is incompatible with .NET Core 3.0 and upwards.
I would like to suggest an upgrade to support .NET Core 3.1 projects.
This would entail:
Why?
.NET Core 2.2 will reach End of Life on December 23, 2019. This means it's a good idea for projects to get upgraded to 3.0 and onwards.
Created a PR as starting point:
#33
Currently broken:
Questionmarks:
The text was updated successfully, but these errors were encountered: