v6.6.2
What's Changed
- Fix to make required and nullable properties nullable in schema by @keahpeters in #2879
- Update Swagger UI section in README by @cremor in #2883
- Add support for the
[Length]
attribute. by @satma0745 in #2882 - Existing output file should be deleted/overwritten by @patrikwlund in #2886
- Fix libraries being handled as test projects by @patrikwlund in #2898
- Avoid competing swagger generation during test build by @patrikwlund in #2897
- Replace
<br />
,<br/>
, and<br>
in XML comments withEnvironment.Newline
by @mburumaxwell in #2899 - Fix schema generation for c#9 positional record with param tag without example property creating unexpected empty example by @stb-co in #2901
- Fix serialization of
AdditionalItems
by @martincostello in #2890 - Disable parallel build by @martincostello in #2894
- Do not run
IHostedService
implementations by @martincostello in #2880 - Fix interceptor JSON casing by @martincostello in #2907
- Fix generation when
[DefaultValue]
's type differs by @martincostello in #2895
New Contributors
- @satma0745 made their first contribution in #2882
- @patrikwlund made their first contribution in #2886
- @stb-co made their first contribution in #2901
Full Changelog: v6.6.1...v6.6.2