Bump Microsoft.Extensions.Configuration.Binder from 10.0.1 to 10.0.2#314
Merged
robgruen merged 7 commits intoJun 2, 2026
Merged
Conversation
--- 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.
robgruen
approved these changes
Jun 2, 2026
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>
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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)