chore(deps): update nswag monorepo to 14.7.1#232
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
Author
|
2ff7516 to
00f3588
Compare
00f3588 to
2dd05a9
Compare
2dd05a9 to
c62af91
Compare
c62af91 to
5459201
Compare
5459201 to
ece6854
Compare
ece6854 to
b1890c0
Compare
b1890c0 to
25e054a
Compare
25e054a to
49cde25
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
14.3.0→14.7.114.3.0→14.7.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
RicoSuter/NSwag (NSwag.CodeGeneration.CSharp)
v14.7.1: NSwag v14.7.1 (NJsonSchema v11.6.1)Corrections to v14.7.0
v14.7.1 updates to NJsonSchema v11.6.1, which corrects the handling of the C#
requiredkeyword and[JsonRequired]:string?,T?) is preserved.MinLength=1on non-nullable strings.[Required]semantics remain unchanged (still suppresses nullability and addsMinLength=1to strings by default, matching its runtime behavior).Observable client changes vs v14.7.0
For
public required string[]? OptionList { get; init; }(#5359):optionList: string[]❌public string[] OptionList❌optionList: string[] | null✅public string[]? OptionList✅For full details and truth tables across all
required/[Required]/[JsonRequired]/[JsonProperty(Required=*)]combinations, see the NJsonSchema v11.6.1 release notes and NJsonSchema #1919.What's Changed
Full Changelog: RicoSuter/NSwag@v14.7.0...v14.7.1
v14.7.0: NSwag v14.7.0 (NJsonSchema v11.6.0)What's Changed
NSwag.Npmresulting in aNConsole.UnusedArgumentExceptionby @ptasev in #5320NJsonSchema v11.6.0 (potentially breaking changes)
This release updates to NJsonSchema v11.6.0 and Namotion.Reflection v3.5.0, which include the following changes that may affect generated code:
requiredkeyword now correctly recognized: Properties using the C# 11requiredkeyword (viaRequiredMemberAttribute/JsonRequiredAttribute) are now properly treated as required in the schema and generated code. Previously these were incorrectly treated as optional.WriteAccessorsetting to control property setter syntax (setvsinit).JsonLibraryVersionsetting for controlling enum attribute generation with System.Text.Json.MinLengthvalidation no longer incorrectly applied to DateTime properties.IncludeFieldsis enabled.For the full list of changes, see the NJsonSchema v11.6.0 release notes.
New Contributors
Full Changelog: RicoSuter/NSwag@v14.6.3...v14.7.0
v14.6.3: NSwag v14.6.3 (NJsonSchema v11.5.2)What's Changed
New Contributors
Full Changelog: RicoSuter/NSwag@v14.6.2...v14.6.3
v14.6.2: NSwag v14.6.2 (NJsonSchema v11.5.2)Fixes EnumValue regression in v14.6.1 by introducing a new JsonLibraryVersion configuration (default 8.0)
What's Changed
Full Changelog: RicoSuter/NSwag@v14.6.1...v14.6.2
v14.6.1: NSwag v14.6.1 (NJsonSchema v11.5.1)What's Changed
New Contributors
Full Changelog: RicoSuter/NSwag@v14.6.0...v14.6.1
v14.6.0: NSwag v14.6.0 (NJsonSchema v11.5.0)What's Changed
New Contributors
Full Changelog: RicoSuter/NSwag@v14.5.0...v14.6.0
v14.5.0: NSwag v14.5.0 (NJsonSchema v11.4.0)What's Changed
New Contributors
Full Changelog: RicoSuter/NSwag@v14.4.0...v14.5.0
v14.4.0: NSwag v14.4.0 (NJsonSchema v11.3.2)What's Changed
New Contributors
Full Changelog: RicoSuter/NSwag@v14.3.0...v14.4.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.