-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump NJsonSchema from 9.13.19 to 10.7.2 #35
Conversation
Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 9.13.19 to 10.7.2. - [Release notes](https://github.com/RicoSuter/NJsonSchema/releases) - [Commits](https://github.com/RicoSuter/NJsonSchema/commits/v10.7.2) --- updated-dependencies: - dependency-name: NJsonSchema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Note, this new version of NJsonSchema seems to conflict with the one already loaded in PowerShell: RicoSuter/NJsonSchema#1363. The best course of action may be to rely on |
This new version doesn't work with Windows PowerShell, at least not out of the box:
Need to see how the library exposes the schema API under .NET Framework. Seems different from previous versions. |
Ok, updating this seems way more complicated than I expected. After providing it, I get a weird casting error from within the library:
I tried explicitly adding the Linq assembly, as this looks like a cast that should happen implicitly, but it still doesn't work. However, if I change the target framework to I don't want to introduce such a breaking change, so for now I'll leave the library as it is. |
@dependabot ignore this minor version |
OK, I won't notify you about version 10.7.x again, unless you re-open this PR or update to a 10.7.x release yourself. |
Bumps NJsonSchema from 9.13.19 to 10.7.2.
Release notes
Sourced from NJsonSchema's releases.
... (truncated)
Commits
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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)