Updated to NJsonSchema v11.2.0, see https://github.com/RicoSuter/NJsonSchema/releases/tag/v11.2.0
What's Changed
- Fix EnableTryItOut UI option by @Saibamen in #5031
- Add analysis rules and relaxations by @lahma in #5036
- Seal private/internal types and make methods static when applicable by @lahma in #5037
- Add GitHub issues templates by @lahma in #5038
- Use Count instead of using Any() by @lahma in #5039
- Enable implicit usings and remove unused by @lahma in #5040
- Fix some code style issues by @lahma in #5041
- Use TryGetValue() and Any() when possible by @lahma in #5042
- Simplify using statements by @lahma in #5043
- Simplify collection initialization by @lahma in #5044
- Use pattern matching by @lahma in #5045
- Use compound assignment by @lahma in #5046
- Simplify collection initialization and use pattern matching by @lahma in #5047
- Remove unnecessary member initialized to its default value by @lahma in #5048
- Add braces to if statements and ensure correct use of variables by @lahma in #5049
- Fix string usage problems reported by analyzers by @lahma in #5050
- Remove unused usings by @lahma in #5051
- Use expression bodies for properties and accessors by @lahma in #5053
- Fix some code formatting issues by @lahma in #5054
- Only run publish when in main repository by @lahma in #5055
- Update
Microsoft.NET.Tests.Sdk
andVerify.XUnit
by @Saibamen in #5059 - Upgrade to NUKE 9 by @lahma in #5052
- Remove NET 6.0 from GitHub Actions by @lahma in #5083
- jsonschema2csclient GenerateNativeRecords argument by @jokarls in #5082
- Fix analyzer issues and remove obsolete NoWarn items by @lahma in #5119
- Remove Microsoft.Extensions.PlatformAbstractions by @lahma in #5058
- Upgrade to NUKE 9.0.4 by @lahma in #5120
- Import dayjs with the default named import by @Seveilith in #4813
- Inheritdoc for ApiDescription by @Saibamen in #5064
- Allow SwaggerUiIndexMiddleware to work with ReDocSettings by @miloszkukla in #5122
- Upgrade NJsonSchema to 11.3.0 & Namotion.Reflection by @RicoSuter in #5128
- Fix for unwanted parameter explosion in C# client by @simonnieder in #5016
- Fix for #3414 - C# generated client using FormUrlEncodedContent instead of StringContent by @ErikApption in #5029
- fix media type on empty request body by @jamesmanningrapidscale in #5068
- Suppress compiler warnings for possible nulls in generated code by @velvolue in #5099
- Update to Swagger UI v5.20.2 by @RicoSuter in #5129
New Contributors
- @Saibamen made their first contribution in #5031
- @jokarls made their first contribution in #5082
- @Seveilith made their first contribution in #4813
- @miloszkukla made their first contribution in #5122
- @simonnieder made their first contribution in #5016
- @ErikApption made their first contribution in #5029
- @jamesmanningrapidscale made their first contribution in #5068
- @velvolue made their first contribution in #5099
Full Changelog: v14.2.0...v14.3.0