deps: Bump the dotnet-minor-patch group with 11 updates#35
Open
dependabot[bot] wants to merge 1 commit into
Open
deps: Bump the dotnet-minor-patch group with 11 updates#35dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps coverlet.collector from 8.0.0 to 8.0.1 Bumps FluentAssertions from 8.8.0 to 8.10.0 Bumps Microsoft.AspNetCore.Http.Abstractions from 2.3.9 to 2.3.10 Bumps Microsoft.AspNetCore.Identity.EntityFrameworkCore from 8.0.25 to 8.0.27 Bumps Microsoft.AspNetCore.Identity.UI from 8.0.25 to 8.0.27 Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.25 to 8.0.27 Bumps Microsoft.Data.SqlClient from 6.1.4 to 6.1.5 Bumps Microsoft.EntityFrameworkCore.Design from 8.0.25 to 8.0.27 Bumps Microsoft.EntityFrameworkCore.InMemory from 8.0.25 to 8.0.27 Bumps Microsoft.EntityFrameworkCore.SqlServer from 8.0.25 to 8.0.27 Bumps Microsoft.EntityFrameworkCore.Tools from 8.0.25 to 8.0.27 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: FluentAssertions dependency-version: 8.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch - dependency-name: Microsoft.AspNetCore.Http.Abstractions dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.AspNetCore.Identity.UI dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-version: 8.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This was referenced May 25, 2026
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 coverlet.collector from 8.0.0 to 8.0.1.
Release notes
Sourced from coverlet.collector's releases.
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
Commits viewable in compare view.
Updated FluentAssertions from 8.8.0 to 8.10.0.
Release notes
Sourced from FluentAssertions's releases.
8.10.0
What's Changed
Improvements
Documentation
Others
Full Changelog: fluentassertions/fluentassertions@8.9.0...8.10.0
8.9.0
What's Changed
New features
Span<T>,ReadOnlySpan<T>,Memory<T>andReadOnlyMemory<T>by @dennisdoomen in Add support for Span<T>, ReadOnlySpan<T>, Memory<T> and ReadOnlyMemory<T> fluentassertions/fluentassertions#3172Improvements
BeEquivalentToby @Copilot in Allow excluding all properties by type from BeEquivalentTo fluentassertions/fluentassertions#3115BeEquivalentToby @dennisdoomen in Improve reporting the differences between differently sized collections in BeEquivalentTo fluentassertions/fluentassertions#3133ThrowandWhichby @dennisdoomen in Improve reporting the subject when chaining Throw and Which fluentassertions/fluentassertions#3160HaveMillisecond/NotHaveMillisecondassertion methods forDateTimeandDateTimeOffsetby @Copilot in Add HaveMillisecond/NotHaveMillisecond assertion methods for DateTime and DateTimeOffset fluentassertions/fluentassertions#3164BeEqualToandNotBeEqualToas collection assertion aliases by @Copilot in AddBeEqualToandNotBeEqualToas collection assertion aliases fluentassertions/fluentassertions#3166Fixes
Documentation
Others
==or!=when comparing Nullable against constants by @jnyrup in Use==or!=when comparing Nullable<T> against constants fluentassertions/fluentassertions#3129string.Createby @jnyrup in Create polyfill forstring.Createfluentassertions/fluentassertions#3130UnassignedGetOnlyAutoPropertyforNode.GetHashCodeby @jnyrup in SuppressUnassignedGetOnlyAutoPropertyforNode.GetHashCodefluentassertions/fluentassertions#3138NonReadonlyMemberInGetHashCodeby @jnyrup in UseNonReadonlyMemberInGetHashCodefluentassertions/fluentassertions#3140paramNameparameter by @jnyrup in Use compiler-generatedparamNameparameter fluentassertions/fluentassertions#3143When_concurrently_getting_equality_strategy_it_should_not_throwby @jnyrup in FixWhen_concurrently_getting_equality_strategy_it_should_not_throwfluentassertions/fluentassertions#3144... (truncated)
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Http.Abstractions from 2.3.9 to 2.3.10.
Release notes
Sourced from Microsoft.AspNetCore.Http.Abstractions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Identity.EntityFrameworkCore from 8.0.25 to 8.0.27.
Release notes
Sourced from Microsoft.AspNetCore.Identity.EntityFrameworkCore's releases.
8.0.27
Release
What's Changed
73a63eatod72f9c8by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from73a63eatod72f9c8dotnet/aspnetcore#66087Full Changelog: dotnet/aspnetcore@v8.0.26...v8.0.27
8.0.26
Release
What's Changed
56efe39to73a63eaby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from56efe39to73a63eadotnet/aspnetcore#65586Full Changelog: dotnet/aspnetcore@v8.0.25...v8.0.26
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Identity.UI from 8.0.25 to 8.0.27.
Release notes
Sourced from Microsoft.AspNetCore.Identity.UI's releases.
8.0.27
Release
What's Changed
73a63eatod72f9c8by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from73a63eatod72f9c8dotnet/aspnetcore#66087Full Changelog: dotnet/aspnetcore@v8.0.26...v8.0.27
8.0.26
Release
What's Changed
56efe39to73a63eaby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from56efe39to73a63eadotnet/aspnetcore#65586Full Changelog: dotnet/aspnetcore@v8.0.25...v8.0.26
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 8.0.25 to 8.0.27.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
8.0.27
Release
What's Changed
73a63eatod72f9c8by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from73a63eatod72f9c8dotnet/aspnetcore#66087Full Changelog: dotnet/aspnetcore@v8.0.26...v8.0.27
8.0.26
Release
What's Changed
56efe39to73a63eaby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from56efe39to73a63eadotnet/aspnetcore#65586Full Changelog: dotnet/aspnetcore@v8.0.25...v8.0.26
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 6.1.4 to 6.1.5.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
6.1.5
This update brings the following changes since the 6.1.4 release:
Fixed
ExecuteScalarto properly propagate errors when the server sends data followed by an error token. Previously, errors such as conversion failures duringWHEREclause evaluation were silently consumed duringSqlDataReader.Close()instead of being thrown to the caller, which could result in transactions being unexpectedly zombied. (#3736, #3947)SqlDataReader.GetFieldTypeandSqlDataReader.GetProviderSpecificFieldTypeto return the correct type (SqlVector<float>) for vector float32 columns. Previously, these methods did not follow the same type-resolution logic asGetValue, returning an incorrect type for vector columns. (#4104, #4151)Target Platform Support
Dependencies
.NET Framework 4.6.2
.NET 8.0
.NET 9.0
... (truncated)
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Design from 8.0.25 to 8.0.27.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
8.0.27
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.26...v8.0.27
8.0.26
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.25...v8.0.26
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.InMemory from 8.0.25 to 8.0.27.
Release notes
Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.
8.0.27
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.26...v8.0.27
8.0.26
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.25...v8.0.26
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.SqlServer from 8.0.25 to 8.0.27.
Release notes
Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.
8.0.27
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.26...v8.0.27
8.0.26
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.25...v8.0.26
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Tools from 8.0.25 to 8.0.27.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Tools's releases.
8.0.27
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.26...v8.0.27
8.0.26
Release
What's Changed
Full Changelog: dotnet/efcore@v8.0.25...v8.0.26
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