Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump NJsonSchema from 11.5.2 to 11.6.0#264

Merged
mortenn merged 1 commit into
mainfrom
dependabot/nuget/tools/NJsonSchema-11.6.0
Apr 29, 2026
Merged

Bump NJsonSchema from 11.5.2 to 11.6.0#264
mortenn merged 1 commit into
mainfrom
dependabot/nuget/tools/NJsonSchema-11.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Updated NJsonSchema from 11.5.2 to 11.6.0.

Release notes

Sourced from NJsonSchema's releases.

11.6.0

Potentially breaking changes

  • C# 11 required keyword now recognized as required: Properties using the C# 11 required keyword (RequiredMemberAttribute / JsonRequiredAttribute) are now correctly treated as required in schema generation and code output. Previously these were incorrectly treated as optional (Required.Default). This changes generated code: such properties now get Required.Always, [Required] attribute, and the required modifier when UseRequiredKeyword is enabled. (#​1908)
  • Both JsonStringEnumMemberName and EnumMember attributes are now emitted for enum members when using System.Text.Json, for compatibility with NSwag's reflection-based URL parameter serialization. (#​1905)
  • $schema version preserved in ToJson() instead of forcing draft-04. If you relied on the output always being draft-04, this may affect you. (#​1881)
  • patternProperties validation now correctly applies to all matching properties, not just the first. (#​1898)
  • MinLength no longer incorrectly applied to DateTime, DateTimeOffset, DateOnly, TimeOnly properties. (#​1900)

What's Changed

New Contributors

Full Changelog: RicoSuter/NJsonSchema@v11.5.2...v11.6.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: NJsonSchema
  dependency-version: 11.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 14, 2026
@dependabot dependabot Bot requested a review from mortenn as a code owner April 14, 2026 21:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 14, 2026
@github-actions

Copy link
Copy Markdown

PR Validation

Check Result
CSharpier success
XamlStyler success
dotnet test success

CSharpier

Output
Checked 59 files in 972ms.

XamlStyler

Output
Checking: src\BrowserPicker.UI\App.xaml
  PASS
Checking: src\BrowserPicker.UI\Resources\ResourceDictionary.xaml
  PASS
Checking: src\BrowserPicker.UI\Views\BrowserEditor.xaml
  PASS
Checking: src\BrowserPicker.UI\Views\BrowserList.xaml
  PASS
Checking: src\BrowserPicker.UI\Views\Configuration.xaml
  PASS
Checking: src\BrowserPicker.UI\Views\ExceptionReport.xaml
  PASS
Checking: src\BrowserPicker.UI\Views\LoadingWindow.xaml
  PASS
Checking: src\BrowserPicker.UI\Views\MainWindow.xaml
  PASS
Checking: src\BrowserPicker.UI\Views\UrlEditor.xaml
  PASS

9 of 9 files pass format check.

dotnet test

Output
  Determining projects to restore...
  Restored D:\a\BrowserPicker\BrowserPicker\src\BrowserPicker.Common\BrowserPicker.Common.csproj (in 12.46 sec).
  Restored D:\a\BrowserPicker\BrowserPicker\src\BrowserPicker.Windows\BrowserPicker.Windows.csproj (in 12.46 sec).
  Restored D:\a\BrowserPicker\BrowserPicker\src\BrowserPicker.UI\BrowserPicker.UI.csproj (in 12.46 sec).

Run: PR Validation #7

@mortenn mortenn merged commit d08363d into main Apr 29, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/nuget/tools/NJsonSchema-11.6.0 branch April 29, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant