Skip to content

chore: Bump the dotnet-minor-patch group with 8 updates - #80

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dotnet-minor-patch-05f282913e
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/dotnet-minor-patch-05f282913e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Updated AWSSDK.DynamoDBv2 from 4.0.103.5 to 4.0.103.7.

Release notes

Sourced from AWSSDK.DynamoDBv2's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.Extensions.NETCore.Setup from 4.0.101.1 to 4.0.101.3.

Release notes

Sourced from AWSSDK.Extensions.NETCore.Setup's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Compono from 1.0.0 to 1.2.1.

Release notes

Sourced from Compono's releases.

1.2.1

Summary

Compono 1.2.1 fixes a bug present in every previously published release (v0.1.0 through v1.2.0): the packaged source generator (Compono.Generators.dll) was built against a Roslyn compiler version newer than what the .NET 8/9/10 stable SDKs bundle. Roslyn silently refuses to load an analyzer built against a newer compiler than the host's own (a build warning, CS9057, never an error), so on any of those stable SDKs the generator simply never ran — composition that depends on a generated plan failed at runtime with a misleading "no generated plan" CompositionException instead of a clear build-time signal. This went unnoticed because this repo's own CI, and every consumer used to validate releases, pin a .NET 11 preview SDK, whose bundled compiler was new enough.

Microsoft.CodeAnalysis.CSharp is now pinned to 4.11.0 — confirmed to be a hard technical floor (the generator's own code requires a Roslyn API that doesn't exist below that version) rather than a preference, and empirically verified clean across all four officially-supported SDKs (net8.0/net9.0/net10.0/net11.0). Building net8.0 projects against Compono now requires .NET SDK 8.0.400 or later — see the installation guide for details.

Changes

🐛 Bug Fixes

  • fix(generators): floor Microsoft.CodeAnalysis.CSharp to the .NET 8 SDK's Roslyn version (#​136) @​ncipollina, @​claude

1.2.0

Summary

Compono 1.2.0 adds Compono.Options, a new package giving IOptions<T>/IOptionsSnapshot<T>/IOptionsMonitor<T> first-class, coherent test support. TestOptionsSource<T> is a hand-written, reflection-free source of truth for a settings type — construct it directly, wire it into composition with a single UseOptions<T>() call, and all three Microsoft Options interfaces resolve consistently from it (matching real IOptions<T>/IOptionsSnapshot<T> identity semantics exactly, and closing the correctness gaps in the community's standard hand-rolled IOptionsMonitor<T> fake: broken named options, single-subscriber OnChange, a no-op IDisposable). Also ships a Configuration Cookbook covering plain IConfiguration composition independently, since Compono.Options doesn't touch IConfiguration itself.

Changes

🚀 Features

  • feat(options): add Compono.Options for IOptions/IOptionsSnapshot/IOptionsMonitor testing (#​135) @​ncipollina, @​claude

1.1.0

Summary

Compono 1.1.0 expands the test-doubles and HTTP-testing surfaces without touching any existing API. CallVerifier gains AtLeast(int)/AtMost(int) count assertions alongside the existing Never/Once/Exactly, reachable everywhere CallVerifier already is (Compono.TestDoubles, Compono.Http, Compono.Logging). Compono.TestDoubles gains two new retrospective-inspection capabilities on every generated double: ReceivedCalls() for snapshot-based access to a member's actual call arguments (scoped to non-overloaded eligible members), and ClearCalls() to reset observation history between test phases while preserving all configured behavior. Compono.Http adds RespondBytes(byte[], mediaType) for serving raw binary response payloads, closing the gap between RespondText and RespondJson.

Changes

🚀 Features

  • feat(testdoubles): add CallVerifier.AtLeast/AtMost, ReceivedCalls() and ClearCalls() (#​134) @​ncipollina, @​claude
  • feat(http): add RespondBytes for raw binary response payloads (#​133) @​ncipollina, @​claude

Commits viewable in compare view.

Updated Compono.TestDoubles from 1.0.0 to 1.2.1.

Updated Compono.XunitV3 from 1.0.0 to 1.2.1.

Updated Microsoft.Extensions.Diagnostics.Testing from 10.9.0 to 10.10.0.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.Testing's releases.

10.10.0

This month's release focuses on AI package reliability: closing gaps in evaluation scoring, hardening OpenAI image-option handling, and removing the deprecated OpenAI Assistants API support.

Experimental API Changes

Removed Experimental APIs

  • OpenAI Assistants experimental APIs removed (was experimental under OPENAI001) #​7724

What's Changed

AI

  • Remove OpenAI Assistants API support #​7724 by @​jozkee (co-authored by @​Copilot)
  • Update OpenAI package version to 2.13.0 #​7726 by @​jozkee
  • OpenAI: Avoid null implicit conversions for image options #​7727 by @​jozkee (co-authored by @​Copilot)

AI Evaluation

  • Fail closed when a quality metric has no valid score #​7735 by @​thaildhe172591
  • Validate path segments in Azure storage result store and response cache #​7718 by @​Lroca88

Repository Infrastructure Updates

  • Add TfxInstaller for publishing #​7695 by @​peterwaltonwork
  • Bump PowerShell from 7.6.4 to 7.6.5 #​7702
  • [Infrastructure] Update vulnerable npm dependencies #​7705 by @​wtgodbe
  • Add Node installation for TfxInstaller #​7703 by @​peterwaltonwork
  • Publish VSIX using publish task instead of output #​7711 by @​peterwaltonwork
  • Bump dotnet-coverage from 18.9.0 to 18.10.0 #​7708
  • Do not validate extension during publish step #​7725 by @​peterwaltonwork
  • Add skill for upgrading OpenAI #​7728 by @​jozkee
  • Fix source indexer stage #​7694 by @​jjonescz

Acknowledgements

  • @​Lroca88 made their first contribution in #​7718
  • @​thaildhe172591 made their first contribution in #​7735
  • @​ANcpLua submitted issue #​7665 (resolved by #​7735)
  • @​jeffhandley @​peterwald @​shyamnamboodiripad reviewed pull requests

Full Changelog: dotnet/extensions@v10.9.0...v10.10.0

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.10.0

What's Changed

Full Changelog: microsoft/vstest@v18.9.0...v18.10.0

Commits viewable in compare view.

Updated Microsoft.SourceLink.GitHub from 10.0.400 to 10.0.401.

Release notes

Sourced from Microsoft.SourceLink.GitHub's releases.

10.0.401

Release

What's Changed

... (truncated)

Commits viewable in compare view.

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 <dependency name> major version will 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 version will 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

Bumps AWSSDK.DynamoDBv2 from 4.0.103.5 to 4.0.103.7
Bumps AWSSDK.Extensions.NETCore.Setup from 4.0.101.1 to 4.0.101.3
Bumps Compono from 1.0.0 to 1.2.1
Bumps Compono.TestDoubles from 1.0.0 to 1.2.1
Bumps Compono.XunitV3 from 1.0.0 to 1.2.1
Bumps Microsoft.Extensions.Diagnostics.Testing from 10.9.0 to 10.10.0
Bumps Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.0
Bumps Microsoft.SourceLink.GitHub from 10.0.400 to 10.0.401

---
updated-dependencies:
- dependency-name: AWSSDK.DynamoDBv2
  dependency-version: 4.0.103.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: AWSSDK.Extensions.NETCore.Setup
  dependency-version: 4.0.101.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: Compono
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor-patch
- dependency-name: Compono.TestDoubles
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor-patch
- dependency-name: Compono.XunitV3
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.Extensions.Diagnostics.Testing
  dependency-version: 10.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.401
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants