Skip to content

Bump Microsoft.Extensions.Configuration.Binder from 10.0.1 to 10.0.2#314

Merged
robgruen merged 7 commits into
mainfrom
dependabot/nuget/examples/typechat.examplesLib/multi-d82f9c3439
Jun 2, 2026
Merged

Bump Microsoft.Extensions.Configuration.Binder from 10.0.1 to 10.0.2#314
robgruen merged 7 commits into
mainfrom
dependabot/nuget/examples/typechat.examplesLib/multi-d82f9c3439

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 19, 2026

Updated Microsoft.Extensions.Configuration.Binder from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

No release notes found for this version range.

Commits viewable in compare view.

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…d test execution

The build-integrationtest job previously combined build verification with Azure
integration tests under a single environment-protected job. The `development`
environment requires manual deployment approval, which caused 30-day timeouts for
Dependabot PRs when no one approved the deployment.

This change splits the job into two:
- build-integrationtest: build-only (no environment required, runs immediately)
- run-integrationtest: integration tests (with environment protection, depends on build)

The build check now passes quickly for all PRs including Dependabot package bumps,
while the actual Azure integration tests remain protected by the deployment environment.
Copilot AI requested a review from robgruen June 1, 2026 22:37
@robgruen robgruen added this pull request to the merge queue Jun 2, 2026
Merged via the queue into main with commit 4bc8a04 Jun 2, 2026
6 of 8 checks passed
@robgruen robgruen deleted the dependabot/nuget/examples/typechat.examplesLib/multi-d82f9c3439 branch June 2, 2026 04:55
TalZaccai added a commit that referenced this pull request Jun 2, 2026
Resolves conflicts from main commits #314 (Microsoft.Extensions.Configuration.Binder
10.0.1 -> 10.0.2) and #319 (Dependabot grouping config).

Conflict resolution:
- 3 csproj files (examples/typechat.examplesLib, src/typechat.meai,
  src/typechat.sk): kept ours (version-less PackageReferences, as
  required by CPM).
- Directory.Packages.props: bumped Microsoft.Extensions.Configuration.Binder
  PackageVersion from 10.0.1 to 10.0.2 to absorb the #314 change centrally
  so all consumers pick it up via CPM.
- .github/dependabot.yml, OpenAIConfig.cs, integration_tests.yml: merged
  in cleanly from main without conflict.

Validation:
- dotnet restore: clean, 0 NU190x warnings
- dotnet build /warnaserror: 0 warnings, 0 errors
- dotnet test tests/TypeChat.UnitTests: 154/154 passed

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants