Bump the nuget group with 10 updates - #1864
Merged
Merged
Conversation
Bumps Dapper from 2.1.79 to 2.1.86 Bumps FluentAssertions from 8.10.0 to 8.11.0 Bumps Microsoft.Data.SqlClient from 7.0.2 to 7.0.3 Bumps Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.1 Bumps Microsoft.SqlServer.TransactSql.ScriptDom from 180.102.0 to 180.107.0 Bumps Microsoft.Testing.Extensions.CodeCoverage from 18.11.0 to 18.11.2 Bumps NUnit.Analyzers from 4.14.0 to 4.15.0 Bumps Polly from 8.7.0 to 8.8.0 Bumps ServiceStack.OrmLite from 10.1.4 to 10.2.0 Bumps Spectre.Console.Cli.Extensions.DependencyInjection from 0.28.0 to 0.29.0 --- updated-dependencies: - dependency-name: Dapper dependency-version: 2.1.86 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: FluentAssertions dependency-version: 8.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.SqlServer.TransactSql.ScriptDom dependency-version: 180.107.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.Testing.Extensions.CodeCoverage dependency-version: 18.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: NUnit.Analyzers dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Polly dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: ServiceStack.OrmLite dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Spectre.Console.Cli.Extensions.DependencyInjection dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
… on Dapper to coerce them, which it no longer does for object-typed columns
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1864 +/- ##
==========================================
+ Coverage 68.54% 69.22% +0.67%
==========================================
Files 398 400 +2
Lines 21130 22045 +915
Branches 2908 3099 +191
==========================================
+ Hits 14484 15260 +776
- Misses 5923 6080 +157
+ Partials 723 705 -18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.79 to 2.1.86.
Release notes
Sourced from Dapper's releases.
2.1.86
What's Changed
Full Changelog: DapperLib/Dapper@2.1.79...2.1.86
Commits viewable in compare view.
Updated FluentAssertions from 8.10.0 to 8.11.0.
Release notes
Sourced from FluentAssertions's releases.
8.11.0
What's Changed
New features
ThatSatisfyfor methods and properties by @jnyrup in AddThatSatisfyfor methods and properties fluentassertions/fluentassertions#3257Improvements
Fixes
HavePropertyonJsonArrayby @jnyrup in Fix exception onHavePropertyonJsonArrayfluentassertions/fluentassertions#3295Documentation
Others
string.Formaton failure by @jnyrup in Correct the arguments passed tostring.Formaton failure fluentassertions/fluentassertions#3325New Contributors
Full Changelog: fluentassertions/fluentassertions@8.10.0...8.11.0
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 7.0.2 to 7.0.3.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
7.0.3
This update brings the following changes since the 7.0.2 release:
The core driver and its companion packages ship together as version
7.0.3. Update the companion packages you use alongside the driver to7.0.3. Assembly versions remain7.0.0.0, unchanged from7.0.2.Companion package release notes
Changed
Microsoft.Data.SqlClient.SNIandMicrosoft.Data.SqlClient.SNI.runtimedependencies to 6.0.3 (was 6.0.2).(#4599)
Fixed
Fixed a
SqlBulkCopyregression in environments where the application login cannot readsys.all_columns. Bulk copy now falls back to the earlier column-discovery behavior when that permission is unavailable. Support for hidden columns and SQL Graph column aliases still requires access to the metadata view.(#4370, #4306, #4402)
Fixed a memory-allocation regression in connection and command operations caused by formatting diagnostic strings even when tracing was disabled. Also corrected trace messages that reported an incorrect object ID or could throw
FormatExceptionwhen traced values contained braces.(#4528, #4533)
Fixed
ServerCertificatevalidation on the managed SNI path so the configured certificate is compared against the server certificate even when the server certificate passes chain and host-name validation. When certificate validation is enabled, a missing, unreadable, or invalid certificate file, a certificate mismatch, or a missing server certificate now causes the TLS handshake to fail instead of bypassing the configured certificate check. (net8.0/net9.0 only)(#4445, #4583)
Fixed Always Encrypted VSM/HGS enclave attestation to verify that the enclave public key used to establish a session matches the key committed to by the signed attestation report. Missing, malformed, or mismatched key-binding data now causes attestation to fail before the session secret is derived.
(#4532, #4553)
Fixed
SqlConnection.AccessTokenCallbacknot disabling Transparent Network IP Resolution by default, making it consistent withSqlConnection.AccessToken. An explicitly configuredTransparentNetworkIPResolutionconnection-string value still takes precedence. (net462 only)(#4520, #4561)
Fixed authentication state handling so clearing
SqlConnection.AccessToken,AccessTokenCallback, orSspiContextProviderpreserves the other authentication values in the connection pool key. Cloning a connection or updating its credential also preserves itsSspiContextProvider. Combining a non-nullSspiContextProviderwithAccessTokenorAccessTokenCallbacknow throwsInvalidOperationExceptioninstead of silently discarding authentication state; applications must use one authentication mechanism at a time.(#4520, #4561, #4644)
Fixed configurable retry logic installing a permanent, process-wide assembly-resolution handler that could interfere with unrelated assembly loading. The handler is now active only while an explicitly configured custom retry provider is resolved and constructed, and probes
AppContext.BaseDirectoryinstead of the current working directory. Place custom retry assemblies in the application base directory; dependencies loaded after provider construction must be resolvable through normal application dependency resolution or an application-provided handler. (net8.0/net9.0 only)(#2214, #4547, #4663)
Contributors
We thank the following public contributors. Their efforts toward this project are very much appreciated.
Target Platform Support
... (truncated)
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.10.1
What's Changed
Full Changelog: microsoft/vstest@v18.10.0...v18.10.1
18.10.0
What's Changed
vstest.consoleand datacollector by @nohwnd in Run Microsoft.Testing.Platform test apps under vstest.console and datacollector microsoft/vstest#16201Full Changelog: microsoft/vstest@v18.9.0...v18.10.0
Commits viewable in compare view.
Updated Microsoft.SqlServer.TransactSql.ScriptDom from 180.102.0 to 180.107.0.
Release notes
Sourced from Microsoft.SqlServer.TransactSql.ScriptDom's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Testing.Extensions.CodeCoverage from 18.11.0 to 18.11.2.
Release notes
Sourced from Microsoft.Testing.Extensions.CodeCoverage's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated NUnit.Analyzers from 4.14.0 to 4.15.0.
Release notes
Sourced from NUnit.Analyzers's releases.
4.15.0
NUnit Analyzers 4.15 - September 12, 2026
This release of the NUnit Analyzers adds support for the new numeric types that will
be supported in NUnit 5. The release also improves
NUnit1027by inspecting base fixtures,and
NUnit1028by supportingIAsyncDisposable.DisposeAsyncin addition to theexisting
IDisposable.Dispose. The release also includes bug fixes and dependency updates.The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
[CancelAfter]inherited from a base fixture[TestCaseSource]CA1812 suppressionBugs
recordscrash theNonNullableFieldOrPropertyIsUninitializedSuppressoranalyzerTooling, Process, and Documentation
Commits viewable in compare view.
Updated Polly from 8.7.0 to 8.8.0.
Release notes
Sourced from Polly's releases.
8.8.0
Highlights
EnableReloadsWithMonitor()accepting customIOptionsMonitorby @arashzjahangiri in feat(extensions): add EnableReloads overload accepting custom IOptionsMonitor App-vNext/Polly#3140FaultGeneratorwhen no fault is generated by @dualfroz in Return null from FaultGenerator when no fault is generated App-vNext/Polly#3220What's Changed
SOURCE_DATE_EPOCHby @martincostello in Set SOURCE_DATE_EPOCH App-vNext/Polly#3115NUGET_API_KEYby @martincostello in Use NUGET_API_KEY App-vNext/Polly#3116PipelineExecutedArgumentsby @JiuYue0820 in Fix XML doc comment on PipelineExecutedArguments App-vNext/Polly#3201New Contributors
Full Changelog: App-vNext/Polly@8.7.0...8.8.0
Commits viewable in compare view.
Updated ServiceStack.OrmLite from 10.1.4 to 10.2.0.
Release notes
Sourced from ServiceStack.OrmLite's releases.
10.2
v10.2 Release Notes
Commits viewable in compare view.
Updated Spectre.Console.Cli.Extensions.DependencyInjection from 0.28.0 to 0.29.0.
Release notes
Sourced from Spectre.Console.Cli.Extensions.DependencyInjection's releases.
0.29.0
Install the package from NuGet or download the
nupkgdirectly below.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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