Bump the minor-dependencies group with 6 updates - #173
Merged
dennisdoomen merged 4 commits intoAug 10, 2026
Conversation
Bumps Fallout.Common from 10.3.49 to 10.4.0 Bumps Fallout.Components from 10.3.49 to 10.4.0 Bumps FluentAssertions.Web.v8 from 2.0.0 to 2.0.3 Bumps Meziantou.Analyzer from 3.0.129 to 3.0.141 Bumps Roslynator.Analyzers from 4.15.0 to 4.16.0 Bumps Verify.XunitV3 from 31.27.0 to 31.28.0 --- updated-dependencies: - dependency-name: Fallout.Common dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: Fallout.Components dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: FluentAssertions.Web.v8 dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-dependencies - dependency-name: Meziantou.Analyzer dependency-version: 3.0.141 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-dependencies - dependency-name: Roslynator.Analyzers dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies - dependency-name: Verify.XunitV3 dependency-version: 31.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Fallout.Common 10.4.0 moved the GetProject/GetSolutionFolder extension methods to the Fallout.Solutions namespace. The Fallout.Common.ProjectModel transition shim only covers entry-point types (Solution/SolutionAttribute), not extension methods, so Build.cs needs the explicit using directive. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Importing both Fallout.Common.ProjectModel (transition shim) and Fallout.Solutions (canonical) caused an ambiguous 'Solution' reference. Use only the canonical namespace, which provides the same Solution/ SolutionAttribute API plus the GetProject extension method. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…MessageContent FluentAssertions.Web.v8 2.0.3 dropped its transitive dependency on Microsoft.AspNet.WebApi.Client (replaced internally with its own HttpMessageFormatter package), which broke compilation of tests using HttpMessageContent. Add the package directly since the tests use the type explicitly. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
dennisdoomen
deleted the
dependabot/nuget/Build/minor-dependencies-acc5f6fa01
branch
August 10, 2026 11:52
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.
Updated Fallout.Common from 10.3.49 to 10.4.0.
Release notes
Sourced from Fallout.Common's releases.
10.4.0
v10.4
It has been a while since we released a new version and we've been cooking a bit in the background, going from me being the sole maintainer and contributor to onboarding new people into this project and revitalising the Nuke or rather now the Fallout community with new life.
First of all, thanks to those who have decided to come forward and partake in keeping the vision of Nuke alive! And welcome to those who are brave enough to migrate their projects from Nuke to Fallout.
With this long awaited release, we're bringing you mostly stabilisation, long awaited PR merges and minor improvements, while we're preparing the architectural structure to move Fallout into a new future.
Please let us know if anything is missing, broken or not quite working as intended. The easiest way to do so is to create an issue here on Github.
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463... (truncated)
10.4.0-rc.5
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463📖 Documentation
... (truncated)
10.4.0-rc.4
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463📖 Documentation
... (truncated)
10.4.0-rc.3
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463📖 Documentation
... (truncated)
10.4.0-rc.1
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463📖 Documentation
... (truncated)
Commits viewable in compare view.
Updated Fallout.Components from 10.3.49 to 10.4.0.
Release notes
Sourced from Fallout.Components's releases.
10.4.0
v10.4
It has been a while since we released a new version and we've been cooking a bit in the background, going from me being the sole maintainer and contributor to onboarding new people into this project and revitalising the Nuke or rather now the Fallout community with new life.
First of all, thanks to those who have decided to come forward and partake in keeping the vision of Nuke alive! And welcome to those who are brave enough to migrate their projects from Nuke to Fallout.
With this long awaited release, we're bringing you mostly stabilisation, long awaited PR merges and minor improvements, while we're preparing the architectural structure to move Fallout into a new future.
Please let us know if anything is missing, broken or not quite working as intended. The easiest way to do so is to create an issue here on Github.
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463... (truncated)
10.4.0-rc.5
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463📖 Documentation
... (truncated)
10.4.0-rc.4
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463📖 Documentation
... (truncated)
10.4.0-rc.3
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463📖 Documentation
... (truncated)
10.4.0-rc.1
What's Changed
✨ New Features
with:inputs on the checkout step of [GitHubActions] by @avidenic in Allow arbitrary extrawith:inputs on the checkout step of [GitHubActions] Fallout-build/Fallout#431FancyNamesfeature for solution generator by @ITaluone in Properly implementFancyNamesfeature for solution generator Fallout-build/Fallout#455workflow_dispatchinputs (string, boolean, number, choice, environment) by @avidenic in [GitHubActions] generator: typedworkflow_dispatchinputs (string, boolean, number, choice, environment) Fallout-build/Fallout#440XmlAddextension toXmlTasksby @ITaluone in AddXmlAddextension toXmlTasksFallout-build/Fallout#489dotnet restoreby @IT-VBFK in Add missing ArtifactsPath property todotnet restoreFallout-build/Fallout#506cmakeby @IT-VBFK in Add tool definition forcmakeFallout-build/Fallout#504Strykerby @IT-VBFK in Add tool wrapper definition forStrykerFallout-build/Fallout#503🐛 Bug Fixes
--plan) by @ITaluone in Re-brand the mermaid execution plan (--plan) Fallout-build/Fallout#382npm warnalso as warning by @ITaluone in Treat lower casenpm warnalso as warning Fallout-build/Fallout#463📖 Documentation
... (truncated)
Commits viewable in compare view.
Updated FluentAssertions.Web.v8 from 2.0.0 to 2.0.3.
Release notes
Sourced from FluentAssertions.Web.v8's releases.
2.0.3
What's Changed
Full Changelog: adrianiftode/FluentAssertions.Web@2.0.2...2.0.3
2.0.2
What's Changed
Full Changelog: adrianiftode/FluentAssertions.Web@2.0.1...2.0.2
2.0.1
What's Changed
New Contributors
Full Changelog: adrianiftode/FluentAssertions.Web@2.0.0...2.0.1
Commits viewable in compare view.
Updated Meziantou.Analyzer from 3.0.129 to 3.0.141.
Release notes
Sourced from Meziantou.Analyzer's releases.
3.0.141
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.141
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.140...3.0.141
3.0.140
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.140
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.139...3.0.140
3.0.139
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.139
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.138...3.0.139
3.0.138
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.138
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.137...3.0.138
3.0.137
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.137
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.136...3.0.137
3.0.136
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.136
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.135...3.0.136
3.0.135
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.135
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.134...3.0.135
3.0.134
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.134
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.133...3.0.134
3.0.133
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.133
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.132...3.0.133
3.0.132
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.132
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.130...3.0.132
3.0.131
NuGet package: <https://www.nuget.org/packages/Meziantou.An...
_Description ...
Description has been truncated