Uh oh!
There was an error while loading. Please reload this page.
chore: Bump the dotnet-minor-patch group with 3 updates - #62
Merged
layeredcraft-dependabot-automerge[bot] merged 1 commit intoSep 2, 2026
Conversation
Bumps AwesomeAssertions from 9.5.0 to 9.6.0 Bumps Compono from 0.4.0 to 0.8.0 Bumps Compono.XunitV3 from 0.4.0 to 0.8.0 --- updated-dependencies: - dependency-name: AwesomeAssertions dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Compono dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Compono.XunitV3 dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Uh oh!
There was an error while loading. Please reload this page.
layeredcraft-dependabot-automergeBot
deleted the
dependabot/nuget/dotnet-minor-patch-4fa63b33cb
branch
September 2, 2026 09:39
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 freeto 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 AwesomeAssertions from 9.5.0 to 9.6.0.
Release notes
Sourced from AwesomeAssertions's releases.
9.6.0
What's Changed
New features
Fixes
Documentation
Others
Dependencies
New Contributors
... (truncated)
Commits viewable in compare view.
Updated Compono from 0.4.0 to 0.8.0.
Release notes
Sourced from Compono's releases.
0.8.0
Summary
v0.8.0 expands Compono's test-composition surface in two directions: HTTP-client test composition and explicit constructor selection.
The release introduces the new
Compono.Httppackage, centered onTestHttpHandlerfor handler-basedHttpClienttests with fluent request matching, strict unmatched-request failures, response/exception registration, call verification, JSON response helpers, and Native AOT-conscious overloads. The package was validated through realalexa-vox-craftmigration work, replacing that consumer's reflection-based HTTP test kit for the HTTP-touched test slice.It also adds explicit constructor selection via
builder.For<T>().UseConstructor<T1, ...>(), giving consumers a compile-time, source-generated way to disambiguate types with multiple accessible constructors while still composing the selected constructor's dependencies recursively. New diagnosticsCMP0033andCMP0034report conflicting or invalid selections.This release also includes a substantial
Compono.TestDoublescorrectness fix for default interface members: generated doubles now honor concrete DIM fallback bodies across inheritance-aware member resolution, with diagnostics for unsupported DIM edge cases (CMP0035-CMP0037) instead of silently producing wrong fallback behavior.Changes
🚀 Features
0.7.0
Summary
Two
Compono.TestDoublescapability gaps, both closed via evidence from dogfoodingagainst
ncipollina/trivia-platform's real test suite:a generic method whose return type depends on its own type parameter (e.g.
T GetContextDataAsync<T>(...)) previously had no constructible body at all andrejected the whole interface. Generated doubles now give each closed type argument
its own independently-configurable state (
Configure().Method<T>().Returns(...)),so two different closed
Ts on the same member no longer collide. See ADR-0049.Configure()call on the same member no longer silently discards the first.Generated doubles now hold an ordered list of argument-matched entries per member
(or per closed
T, composing with the above), scanned last-registration-wins ondispatch — enabling multiple disjoint
Match<T>-filtered responses on one memberwithout resorting to hand-written fakes or NSubstitute workarounds. This is a
pre-1.0 semantic correction: existing single-
Configure()-per-member usage isunaffected, but code relying on a second
Configure()call silently overwritingthe first will now see both entries considered. See ADR-0050.
Changes
🚀 Features
0.6.0
Summary
Two new packages/capabilities this release:
Compono.DependencyInjection— bridges aCompositionRow's configured/provider-backedresolution stages to a plain
System.IServiceProvider, so a test-framework integration(bUnit's
Services.AddFallbackServiceProvider(...)being the primary motivating case) canfall back to Compono for anything it can't otherwise resolve. See ADR-0047.
Compono.TestDoublesargument matching and argument-filtered verification — generatedtest doubles can now configure and verify calls by argument (
Match<T>: literal equality,Match.Any<T>(),Match.Is<T>(predicate)), for any non-overloaded member with no parameterreferencing its own open generic type parameter. Closes a real capability gap found dogfooding
Compono.TestDoublesagainst a real external project's test suite. See ADR-0048.Changes
🚀 Features
🔧 Maintenance
0.5.0
Summary
This release introduces
Compono.TestDoubles, a new source-generatedtest-double package: no reflection, no runtime proxying, Native
AOT/trimming-safe by construction. It goes from initial design
(ADR-0042/ADR-0043) through a fully capable v2 in one cycle:
Configure()/Verify()test doubles for eligibleinterfaces (PLAN-0043).
verification (
Never/Once/Exactly(n)) (PLAN-0044).deterministic default no longer rejects its whole interface; it throws
TestDoubleNotConfiguredExceptionuntil configured (PLAN-0045).through a base interface, fixing a real analyzer bug that was
incorrectly rejecting interfaces like
IAmazonS3(PLAN-0046) — thefix that let a real consumer project fully replace
Compono.NSubstitutewithCompono.TestDoubles.Also includes routine maintenance: a .NET 11 SDK bump and a
release-drafterconfig migration.Changes
🚀 Features
🐛 Bug Fixes
📚 Documentation
... (truncated)
Commits viewable in compare view.
Updated Compono.XunitV3 from 0.4.0 to 0.8.0.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions