Skip to content

Bump the dotnet group with 12 updates#41

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/RSBotWorks.Tests/dotnet-2cd361c282
Open

Bump the dotnet group with 12 updates#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/RSBotWorks.Tests/dotnet-2cd361c282

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Updated Dapper from 2.1.72 to 2.1.79.

Release notes

Sourced from Dapper's releases.

2.1.79

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.72...2.1.79

Commits viewable in compare view.

Updated DotNetEnv from 3.1.1 to 3.2.0.

Release notes

Sourced from DotNetEnv's releases.

3.2.0

  • Switch parsing to Superpower (from Sprache)
  • Fix utf8 parsing
  • Interpolated variables parsing

Commits viewable in compare view.

Updated Google_GenerativeAI from 3.6.3 to 3.6.6.

Release notes

Sourced from Google_GenerativeAI's releases.

3.6.6

What's New?

Deprecated mediaChunks in Live API real-time input (#​108)

Newer Gemini models (e.g. gemini-3.1-flash-live-preview) reject realtime_input.media_chunks with an InvalidPayloadData
error. Audio is now sent using the new audio field format.

Changes:

  • BidiGenerateContentRealtimeInput now exposes Audio, Video, and Text properties matching the updated Gemini Live API
  • SendAudioAsync uses the new Audio field instead of the deprecated MediaChunks
  • MediaChunks is retained but marked [Obsolete] for backward compatibility

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.5...v3.6.6

3.6.5

What's Changed?

New Features

  • Oversized attachment auto-upload: GenerativeAIChatClient now automatically promotes oversized inline attachments to
    the Files API via the new PromoteOversizedAttachmentsAsync extension, so requests that exceed inline size limits no
    longer fail.

Fixes & Improvements

  • Lenient TrafficType deserialization (#​107): Added LenientTrafficTypeConverter and new enum values ON_DEMAND_PRIORITY
    and ON_DEMAND_FLEX. Unknown traffic types returned by the Gemini/Vertex API now fall back to TRAFFIC_TYPE_UNSPECIFIED
    instead of throwing JsonException during response deserialization. This mirrors the fix previously applied to
    FinishReason in PR #​98.

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

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 Markdig from 1.1.1 to 1.2.0.

Release notes

Sourced from Markdig's releases.

1.2.0

Changes

🚀 Enhancements

  • Add opt-in support for nested alert blocks (PR #​938) by @​kapsiR

🧰 Misc

  • Remove old changelog.md (be4da8b4)

Full Changelog: 1.1.3...1.2.0

Published with dotnet-releaser

1.1.3

Changes

🐛 Bug Fixes

  • Fix AbbreviationExtension corrupting emphasis/bold/italic resolution (#​935) (PR #​936) by @​Kryptos-FR

🚀 Enhancements

  • Attribute with StringSyntax (PR #​937) by @​SimonCropp

Full Changelog: 1.1.2...1.1.3

Published with dotnet-releaser

1.1.2

Changes

🐛 Bug Fixes

  • Fix to calculate LinkReferenceDefinition span positions from StringLineGroup.Lines (PR #​931) by @​prozolic

Full Changelog: 1.1.1...1.1.2

Published with dotnet-releaser

Commits viewable in compare view.

Updated Microsoft.Data.Sqlite from 10.0.5 to 10.0.8.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection from 10.0.5 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Hosting from 10.0.5 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Http from 10.0.5 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Http's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Console from 10.0.5 to 10.0.8.

Release notes

Sourced from Microsoft.Extensions.Logging.Console's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated SixLabors.ImageSharp from 3.1.12 to 4.0.0.

Release notes

Sourced from SixLabors.ImageSharp's releases.

4.0.0

What's Changed

Commits viewable in compare view.

Updated System.ServiceModel.Syndication from 10.0.5 to 10.0.8.

Release notes

Sourced from System.ServiceModel.Syndication's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated TUnit from 1.19.74 to 1.49.0.

Release notes

Sourced from TUnit's releases.

1.49.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.48.6...v1.49.0

1.48.6

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.48.0...v1.48.6

1.48.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.47.0...v1.48.0

1.47.0

What's Changed

Other Changes

Bumps Dapper from 2.1.72 to 2.1.79
Bumps DotNetEnv from 3.1.1 to 3.2.0
Bumps Google_GenerativeAI from 3.6.3 to 3.6.6
Bumps Markdig from 1.1.1 to 1.2.0
Bumps Microsoft.Data.Sqlite from 10.0.5 to 10.0.8
Bumps Microsoft.Extensions.DependencyInjection from 10.0.5 to 10.0.8
Bumps Microsoft.Extensions.Hosting from 10.0.5 to 10.0.8
Bumps Microsoft.Extensions.Http from 10.0.5 to 10.0.8
Bumps Microsoft.Extensions.Logging.Console from 10.0.5 to 10.0.8
Bumps SixLabors.ImageSharp from 3.1.12 to 4.0.0
Bumps System.ServiceModel.Syndication from 10.0.5 to 10.0.8
Bumps TUnit from 1.19.74 to 1.49.0

---
updated-dependencies:
- dependency-name: Dapper
  dependency-version: 2.1.79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: DotNetEnv
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: DotNetEnv
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Google_GenerativeAI
  dependency-version: 3.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Markdig
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SixLabors.ImageSharp
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: System.ServiceModel.Syndication
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: TUnit
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

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 Jun 4, 2026
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