Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
7.0.0-alpha-001 source code.tar.gz | 2024-07-08 | 136.7 kB | |
7.0.0-alpha-001 source code.zip | 2024-07-08 | 163.5 kB | |
README.md | 2024-07-08 | 1.2 kB | |
Totals: 3 Items | 301.5 kB | 0 |
- Add ability to Configure Endpoints via IEndpointConventionBuilder - Credits @mrtz-j
- This PR enables us to reuse some of the built-in OpenApi generation to generate OpenApi schemas from code.
- There's an example mentioned at the PR description, and a complete sample project available at this repository.
- It was inspired by Oxpecker from @Lanayx.
- Improve DEVGUIDE with SemVer pre-release observation - Credits @64J0
- Promote System.Text.Json as default JSON serializer - Credits @esbenbjerre
- This PR removes the Newtonsoft JSON serializer and promotes System.Text.Json as the default.
- The JSON section of the documentation was updated, showing how someone could configure the project to use the Newtonsoft JSON again.
NewtonsoftJson
andSystemTextJson
modules were removed.