Prevent failure on updating xsd during build#1319
Merged
GeertvanHorrik merged 3 commits intomasterfrom Aug 20, 2025
Merged
Conversation
tom-englert
approved these changes
Aug 20, 2025
ltrzesniewski
approved these changes
Aug 20, 2025
Member
|
I can make a release tomorrow |
Member
Author
|
Thank you very much! |
This was referenced Aug 21, 2025
This was referenced Aug 26, 2025
This was referenced Sep 22, 2025
This was referenced Oct 1, 2025
This was referenced Nov 3, 2025
This was referenced Nov 20, 2025
This was referenced Dec 3, 2025
This was referenced Jan 2, 2026
mergify bot
added a commit
to TekuSP/SubZero
that referenced
this pull request
Jan 3, 2026
Bump Fody from 6.9.1 to 6.9.3 (#39) Updated [Fody](https://github.com/Fody/Fody) from 6.9.1 to 6.9.3. <details> <summary>Release notes</summary> _Sourced from [Fody's releases](https://github.com/Fody/Fody/releases)._ ## 6.9.3 ## What's Changed * Refactor packaging and remove `Fody.nuspec` #2. by @tom-englert in Fody/Fody#1313 * Clean-up unnecessary dependencies. by @teo-tsirpanis in Fody/Fody#1316 * Update Verify.Xunit and xunit.runner.visualstudio by @GeertvanHorrik in Fody/Fody#1320 * Prevent failure on updating xsd during build by @GeertvanHorrik in Fody/Fody#1319 **Full Changelog**: Fody/Fody@6.9.2...6.9.3 ## 6.9.2 ## What's Changed * Avoid constructing `StrongNameKeyPair`. by @teo-tsirpanis in Fody/Fody#1311 ## New Contributors * @teo-tsirpanis made their first contribution in Fody/Fody#1311 **Full Changelog**: Fody/Fody@6.9.1...6.9.2 Commits viewable in [compare view](Fody/Fody@6.9.1...6.9.3). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Approved-By: mergify[bot]
This was referenced Jan 4, 2026
This was referenced Jan 15, 2026
This was referenced Feb 5, 2026
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.
See #1318 for reasoning.