Bump the dotnet group with 12 updates#41
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
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 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
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:
Full Changelog: gunpal5/Google_GenerativeAI@v3.6.5...v3.6.6
3.6.5
What's Changed?
New Features
the Files API via the new PromoteOversizedAttachmentsAsync extension, so requests that exceed inline size limits no
longer fail.
Fixes & Improvements
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
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.
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
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
🧰 Misc
Full Changelog: 1.1.3...1.2.0
Published with dotnet-releaser
1.1.3
Changes
🐛 Bug Fixes
🚀 Enhancements
Full Changelog: 1.1.2...1.1.3
Published with dotnet-releaser
1.1.2
Changes
🐛 Bug Fixes
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
... (truncated)
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
Dependencies
... (truncated)
1.46.0
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.45.29...v1.46.0
1.45.29
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.45.22...v1.45.29
1.45.22
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.45.8...v1.45.22
1.45.8
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.45.0...v1.45.8
1.45.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.44.39...v1.45.0
1.44.39
What's Changed
Other Changes
defaultliteral for value-type assertion parameters by @JohnVerheij in fix(sourcegen): emitdefaultliteral for value-type assertion parameters thomhurst/TUnit#5919Dependencies
Full Changelog: thomhurst/TUnit@v1.44.0...v1.44.39
1.44.0
What's Changed
Other Changes
/to partial endpoint paths (#5838) by @thomhurst in fix(mocks-http): auto-prepend/to partial endpoint paths (#5838) thomhurst/TUnit#5874Dependencies
Full Changelog: thomhurst/TUnit@v1.43.41...v1.44.0
1.43.41
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.43.38...v1.43.41
1.43.38
What's Changed
Other Changes
Full Changelog: thomhurst/TUnit@v1.43.37...v1.43.38
1.43.37
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.43.11...v1.43.37
1.43.11
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.43.2...v1.43.11
1.43.2
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.41.0...v1.43.2
1.41.0
TUnit Should() Assertions (beta)
This versions comes with a beta version of TUnit.Assertions.Should - meaning that you can do:
myCode.Should().BeEqualTo(fluentShouldSyntax);For more information see the docs: https://tunit.dev/docs/assertions/should-syntax
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.40.10...v1.41.0
1.40.10
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.40.5...v1.40.10
1.40.5
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.40.0...v1.40.5
1.40.0
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.39.0...v1.40.0
1.39.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.37.36...v1.39.0
1.37.36
What's Changed
Other Changes
Full Changelog: thomhurst/TUnit@v1.37.35...v1.37.36
1.37.35
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.37.24...v1.37.35
1.37.24
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.37.10...v1.37.24
1.37.10
What's Changed
Other Changes
Dependencies
New Contributors
Full Changelog: thomhurst/TUnit@v1.37.0...v1.37.10
1.37.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.36.0...v1.37.0
1.36.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.35.2...v1.36.0
1.35.2
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.35.0...v1.35.2
1.35.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.34.5...v1.35.0
1.34.5
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.34.0...v1.34.5
1.34.0
What's Changed
Other Changes
Dependencies
...
Description has been truncated