Skip to content

Bump the all group with 3 updates#87

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/nuget/src/tests/CSharpToJsonSchema.AotTests/all-f5b13771a6
Mar 27, 2026
Merged

Bump the all group with 3 updates#87
github-actions[bot] merged 1 commit into
mainfrom
dependabot/nuget/src/tests/CSharpToJsonSchema.AotTests/all-f5b13771a6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 27, 2026

Updated GitHubActionsTestLogger from 3.0.1 to 3.0.2.

Release notes

Sourced from GitHubActionsTestLogger's releases.

3.0.2

What's Changed

New Contributors

Full Changelog: Tyrrrz/GitHubActionsTestLogger@3.0.1...3.0.2

Commits viewable in compare view.

Updated Google_GenerativeAI.Microsoft from 3.6.3 to 3.6.4.

Release notes

Sourced from Google_GenerativeAI.Microsoft's releases.

3.6.4

What's Changed?

Bug Fixes

  • fix: resolve InvalidCastException when MCP tools return TextContent (#​104) — Fixed a crash in
    GenerativeAIChatClient.CallFunctionAsync and CallFunctionStreamingAsync where the result from tool.InvokeAsync() was
    directly cast to JsonElement. MCP tools (and other Microsoft.Extensions.AI integrations) can return TextContent or
    other non-JsonElement types, causing an InvalidCastException. The fix uses the existing ToJsonNodeResponse() helper
    which properly handles TextContent, FunctionResultContent, JsonElement, JsonNode, and arbitrary serializable objects.
  • fix: resolve Live API client disconnect during function calls (#​100) — Fixed a race condition in
    MultiModalLiveClient where function calls were executed as fire-and-forget (_ =
    CallFunctionsWithErrorHandlingAsync(...)). This allowed subsequent WebSocket messages to be processed before the tool
    response was sent back to Gemini, causing unexpected disconnections. The function call is now properly awaited,
    ensuring the tool response is sent before processing continues. This also explains why adding a logger previously
    masked the issue — the logger introduced enough latency to change the timing of the race.

Improvements

  • Made ToJsonNodeResponse() extension method public for broader usability
  • Added direct JsonElement handling in ToJsonNodeResponse() to avoid unnecessary reflection-based serialization
    fallback

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.3...v3.6.4

Commits viewable in compare view.

Updated NUnit3TestAdapter from 6.1.0 to 6.2.0.

Release notes

Sourced from NUnit3TestAdapter's releases.

6.2.0

See release notes

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 GitHubActionsTestLogger from 3.0.1 to 3.0.2
Bumps Google_GenerativeAI.Microsoft from 3.6.3 to 3.6.4
Bumps NUnit3TestAdapter from 6.1.0 to 6.2.0

---
updated-dependencies:
- dependency-name: GitHubActionsTestLogger
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: GitHubActionsTestLogger
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: GitHubActionsTestLogger
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: GitHubActionsTestLogger
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: GitHubActionsTestLogger
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Google_GenerativeAI.Microsoft
  dependency-version: 3.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 27, 2026
@github-actions github-actions Bot merged commit e1ad94d into main Mar 27, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/nuget/src/tests/CSharpToJsonSchema.AotTests/all-f5b13771a6 branch March 27, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants