- 
                Notifications
    You must be signed in to change notification settings 
- Fork 12
Open
Description
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.
Created a PR as starting point:
Currently broken:
- Versioning
- Usage of MvcOptions, as expected.
Questionmarks:
- ValidRefUri filter
- Need a workaround for setting Consumes and Produces
Metadata
Metadata
Assignees
Labels
No labels