chore(deps): Bump the dotnet-minor-and-patch group with 19 updates#74
chore(deps): Bump the dotnet-minor-and-patch group with 19 updates#74dependabot[bot] wants to merge 2 commits into
Conversation
Bumps AWSSDK.Extensions.NETCore.Setup from 4.0.3.37 to 4.0.4.1 Bumps AWSSDK.S3 from 4.0.23 to 4.0.23.4 Bumps BCrypt.Net-Next from 4.0.3 to 4.2.0 Bumps Bogus from 35.6.1 to 35.6.5 Bumps FluentValidation from 11.11.0 to 11.12.0 Bumps FluentValidation.DependencyInjectionExtensions from 11.11.0 to 11.12.0 Bumps MediatR from 12.4.1 to 12.5.0 Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.11 to 8.0.27 Bumps Microsoft.EntityFrameworkCore.Relational from 9.0.5 to 9.0.16 Bumps Microsoft.NET.Test.Sdk from 17.12.0 to 17.14.1 Bumps Npgsql from 9.0.4 to 9.0.5 Bumps OpenIddict.AspNetCore from 5.3.0 to 5.8.0 Bumps OpenIddict.EntityFrameworkCore from 5.3.0 to 5.8.0 Bumps Scalar.AspNetCore from 2.6.0 to 2.14.14 Bumps Serilog.Sinks.Console from 6.0.0 to 6.1.1 Bumps StackExchange.Redis from 2.8.16 to 2.13.1 Bumps WolverineFx from 5.38.0 to 5.39.3 Bumps WolverineFx.EntityFrameworkCore from 5.38.0 to 5.39.3 Bumps WolverineFx.Postgresql from 5.38.0 to 5.39.3 --- updated-dependencies: - dependency-name: AWSSDK.Extensions.NETCore.Setup dependency-version: 4.0.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-and-patch - dependency-name: AWSSDK.S3 dependency-version: 4.0.23.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-and-patch - dependency-name: BCrypt.Net-Next dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: Bogus dependency-version: 35.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-and-patch - dependency-name: FluentValidation dependency-version: 11.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: FluentValidation.DependencyInjectionExtensions dependency-version: 11.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: MediatR dependency-version: 12.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-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-and-patch - dependency-name: Microsoft.EntityFrameworkCore.Relational dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-and-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: Npgsql dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-and-patch - dependency-name: OpenIddict.AspNetCore dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: OpenIddict.EntityFrameworkCore dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: Scalar.AspNetCore dependency-version: 2.14.14 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: Serilog.Sinks.Console dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: StackExchange.Redis dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: WolverineFx dependency-version: 5.39.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: WolverineFx.EntityFrameworkCore dependency-version: 5.39.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch - dependency-name: WolverineFx.Postgresql dependency-version: 5.39.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
📝 WalkthroughWalkthroughThis pull request updates centralized NuGet package versions across multiple functional layers in Directory.Packages.props—including Application, Infrastructure, API, Auth, and Testing dependencies—and adds a project-specific Npgsql version override to enforce compatibility in the shared infrastructure project. ChangesDependency Version Management
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@Directory.Packages.props`:
- Around line 15-16: The central props pin for
Microsoft.EntityFrameworkCore.Relational is 9.0.16 but
Microsoft.EntityFrameworkCore (and typically
Microsoft.EntityFrameworkCore.InMemory) remain at 9.0.5, which can cause NU1605
downgrade/conflicts; update the PackageVersion entries for
Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.InMemory in
Directory.Packages.props to Version="9.0.16" so all EF Core packages match
Microsoft.EntityFrameworkCore.Relational, then restore/build to verify no
downgrade warnings (NU1605) occur.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: a8775bf3-20cd-4c3b-b800-4289891e017d
📒 Files selected for processing (2)
Directory.Packages.propssrc/Shared/Axis.Shared.Infrastructure/Axis.Shared.Infrastructure.csproj
| <PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.16" /> | ||
| <PackageVersion Include="Npgsql" Version="9.0.5" /> |
There was a problem hiding this comment.
Align EF Core package versions to avoid NuGet downgrade/conflict risk.
Microsoft.EntityFrameworkCore.Relational was bumped to 9.0.16, but central Microsoft.EntityFrameworkCore is still 9.0.5. This can produce restore downgrades (NU1605) or implicit transitive overrides. Please align EF Core package versions (at least Microsoft.EntityFrameworkCore, and typically Microsoft.EntityFrameworkCore.InMemory) to 9.0.16.
Suggested diff
- <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.5" />
+ <PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.16" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.16" />
...
- <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.5" />
+ <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.16" />Run this read-only check to verify the mismatch:
#!/bin/bash
set -euo pipefail
echo "Relational 9.0.16 dependency floor for Microsoft.EntityFrameworkCore:"
curl -fsSL "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.relational/9.0.16/microsoft.entityframeworkcore.relational.nuspec" \
| tr '\n' ' ' \
| sed -E 's/></>\n</g' \
| rg -n 'dependency id="Microsoft.EntityFrameworkCore"'
echo
echo "Current EF Core versions in Directory.Packages.props:"
rg -n 'PackageVersion Include="Microsoft.EntityFrameworkCore(\\.Relational|\\.InMemory)?"' Directory.Packages.propsExpected: first command shows dependency version >= 9.0.16, while current props still pins some EF Core packages to 9.0.5.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@Directory.Packages.props` around lines 15 - 16, The central props pin for
Microsoft.EntityFrameworkCore.Relational is 9.0.16 but
Microsoft.EntityFrameworkCore (and typically
Microsoft.EntityFrameworkCore.InMemory) remain at 9.0.5, which can cause NU1605
downgrade/conflicts; update the PackageVersion entries for
Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.InMemory in
Directory.Packages.props to Version="9.0.16" so all EF Core packages match
Microsoft.EntityFrameworkCore.Relational, then restore/build to verify no
downgrade warnings (NU1605) occur.
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Closing — replaced by #81. CodeRabbit correctly flagged the EF Core family split (Relational at 9.0.16 while EFCore + InMemory still at 9.0.5 → NU1605 risk). #81 aligns the trio to 9.0.16, also catches a WolverineFx.Http drift Dependabot missed (5.39.3 exists upstream), aligns ASP.NET Core 8.x patches, and rolls up every other safe bump from this PR — without needing the csproj workarounds Dependabot added here. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
CodeRabbit flagged: PR #74 had bumped Npgsql to 9.0.5 but Npgsql.EntityFrameworkCore.PostgreSQL has not published 9.0.5 yet (latest is 9.0.4). NuGet auto-resolves to the newer Npgsql, so build still works, but the family-alignment principle in memory/feedback_version_family_alignment.md says: keep family members in lockstep, drop the floater when the leader hasn't moved. Other CodeRabbit notes acknowledged: - WolverineFx.Http / MailKit / Serilog.AspNetCore / Serilog.Sinks.Seq all verified present on NuGet (HTTP 200) at the declared versions; no action needed. - Scalar.AspNetCore 2.6.0 → 2.14.14 removes `EndpointPathPrefix` and changes enum JSON serialization. We never used `EndpointPathPrefix` (`MapScalarApiReference` in Program.cs uses `WithOpenApiRoutePattern` + `Title` + `Theme` only). Enum serialization change only affects the Scalar API-reference UI rendering of examples, not the runtime REST surface. Scalar is dev + staging only. Build + unit tests stay clean; no action needed.
Updated AWSSDK.Extensions.NETCore.Setup from 4.0.3.37 to 4.0.4.1.
Release notes
Sourced from AWSSDK.Extensions.NETCore.Setup's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated AWSSDK.S3 from 4.0.23 to 4.0.23.4.
Release notes
Sourced from AWSSDK.S3's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated BCrypt.Net-Next from 4.0.3 to 4.2.0.
Release notes
Sourced from BCrypt.Net-Next's releases.
4.2.0
Full Changelog: BcryptNet/bcrypt.net@v4.1.0...v4.2.0
4.1.0
What's Changed
New Contributors
Full Changelog: BcryptNet/bcrypt.net@4.0.3...v4.1.0
Commits viewable in compare view.
Updated Bogus from 35.6.1 to 35.6.5.
Release notes
Sourced from Bogus's releases.
35.6.5
CHANGE LOG
35.6.4
CHANGE LOG
35.6.3
CHANGE LOG
35.6.2
CHANGE LOG
Commits viewable in compare view.
Updated FluentValidation from 11.11.0 to 11.12.0.
Release notes
Sourced from FluentValidation's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated FluentValidation.DependencyInjectionExtensions from 11.11.0 to 11.12.0.
Release notes
Sourced from FluentValidation.DependencyInjectionExtensions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated MediatR from 12.4.1 to 12.5.0.
Release notes
Sourced from MediatR's releases.
12.5.0
What's Changed
Nullableproperty fromMediatR.Contractsby @jithu7432 in Remove duplicateNullableproperty fromMediatR.ContractsLuckyPennySoftware/MediatR#1061New Contributors
Nullableproperty fromMediatR.ContractsLuckyPennySoftware/MediatR#1061Full Changelog: LuckyPennySoftware/MediatR@v12.4.1...v12.5.0
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 8.0.11 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
8.0.25
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65289Full Changelog: dotnet/aspnetcore@v8.0.24...v8.0.25
8.0.24
Release
8.0.23
Release
What's Changed
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-january-2026-servicing-updates/#release-changelogs
8.0.22
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63893Full Changelog: dotnet/aspnetcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63500Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/8.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63038Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20
8.0.18
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62201Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7to04ee1b4(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
24a9e94to52204f7by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from24a9e94to52204f7dotnet/aspnetcore#61260Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
e235eb3to24a9e94by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest frome235eb3to24a9e94dotnet/aspnetcore#60677Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15
8.0.14
Release
What's Changed
7d76a23toe235eb3by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from7d76a23toe235eb3dotnet/aspnetcore#60150Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14
8.0.13
Release
What's Changed
d144031to7d76a23by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest fromd144031to7d76a23dotnet/aspnetcore#59678index.htmlduring development by @github-actions in [release/8.0] [Blazor WASM standalone] Avoid cachingindex.htmlduring development dotnet/aspnetcore#59349Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13
8.0.12
Release
What's Changed
6dae7ebto1204d63by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from6dae7ebto1204d63dotnet/aspnetcore#58741serialize-javascripttransient dependency by @MackinnonBuck in [release/8.0] Upgradeserialize-javascripttransient dependency dotnet/aspnetcore#584661204d63tod144031by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from1204d63tod144031dotnet/aspnetcore#59033Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Relational from 9.0.5 to 9.0.16.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Relational's releases.
9.0.16
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.15...v9.0.16
9.0.15
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.14...v9.0.15
9.0.14
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.13...v9.0.14
9.0.13
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.12...v9.0.13
9.0.12
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.11...v9.0.12
9.0.11
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.10...v9.0.11
9.0.10
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.8...v9.0.9
9.0.7
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.6...v9.0.7
9.0.6
Bug Fixes
The translation of
FullTextScorein Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #35983 and ensures more reliable full-text search results.#36000 by @maumar
Dependency Updates
Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
#35930 by @dotnet-maestro
Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
#36006 by @dotnet-maestro
Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
#36085 by @dotnet-maestro
Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
#36065 by @dotnet-maestro
Technical Improvements
Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
#35926 by @vseanreesermsft
Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
#36080 by @vseanreesermsft
Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
#36081 by @vseanreesermsft
Infrastructure
Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
#36044 by @vseanreesermsft
Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
#36043 by @vseanreesermsft
Miscellaneous
Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
#35927 by @github-actions
Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
#36051 by @AndriySvyryd
... (truncated)
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.12.0 to 17.14.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
17.14.1
What's Changed
Full Changelog: microsoft/vstest@v17.14.0...v17.14.1
17.14.0
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
New Contributors
... (truncated)
17.14.0-preview-25107-01
What's Changed
.NET versions updated
This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:
It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.
Changes
Internal version updates and fixes
Will probably revert before release:
New Contributors
Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01
17.13.0
What's Changed
Add letter number among valid identifiers in class name by @nohwnd in Add letter number among valid identifiers in class name microsoft/vstest#13868
Fix formatting in Runner by @mthalman in Fix formatting in Runner microsoft/vstest#13871
Downgrade xunit skip warning to info by @nohwnd in Downgrade xunit skip warning to info microsoft/vstest#10381
Add msdia for arm64 into nuget by @nohwnd in Add msdia for arm64 into nuget microsoft/vstest#10382
Enable native debugging for vstest.console by @ocitrev in Enable native debugging for vstest.console microsoft/vstest#10401
Fix RFCs links by @Youssef1313 in Fix RFCs links microsoft/vstest#10424
Convert to auto property by @nohwnd in Convert to auto property microsoft/vstest#10365
Update Versions.props by @nohwnd in Update Versions.props microsoft/vstest#10378
Enable TSA by @jakubch1 in Enable TSA microsoft/vstest#10385
Arm64 dia by @nohwnd in Arm64 dia microsoft/vstest#10390
Update source-build team references by @MichaelSimons in Update source-build team references microsoft/vstest#10388
Exclude .signature.p7s from nupkg file count by @ellahathaway in Exclude .signature.p7s from nupkg file count microsoft/vstest#10418
Set NetCurrent so that it doesn't roll forward automatically by @ViktorHofer in Set NetCurrent so that it doesn't roll forward automatically microsoft/vstest#10622
New Contributors
Full Changelog: microsoft/vstest@v17.12.0...v17.13.0
Commits viewable in compare view.
Updated Npgsql from 9.0.4 to 9.0.5.
Release notes
Sourced from Npgsql's releases.
9.0.5
v9.0.5 contains several minor bug fixes.
Milestone issues
Full Changelog: npgsql/npgsql@v9.0.4...v9.0.5
Commits viewable in compare view.
Updated OpenIddict.AspNetCore from 5.3.0 to 5.8.0.
Release notes
Sourced from OpenIddict.AspNetCore's releases.
5.8.0
This release introduces the following changes:
The OpenIddict client system integration now natively supports Android API 21+ (Android 5.0 and higher), iOS 12.0+, macOS 10.15+ and Mac Catalyst 13.1+. See Operating systems integration for more information.
Behavior change: the
OpenIddict.Client.SystemIntegrationpackage was updated to produce shorter default pipe names (which is required on macOS where strict length restrictions are enforced).The
OpenIddict.Client.SystemNetHttpandOpenIddict.Validation.SystemNetHttppackages have been updated to anticipate a breaking change introduced in the 9.0 version ofMicrosoft.Extensions.Http. See Consider updating HttpClientFactory defaults to leverage SocketsHttpHandler dotnet/runtime#35987 (comment) for more information.6 new web providers were added to
OpenIddict.Client.WebIntegration:OpenIddict now uses
Microsoft.IdentityModel8.x on .NET 8.0 and higher.The
OpenIddict.EntityFrameworkpackage now usesEntityFramework6.5.1 as the minimum version.5.7.1
This release introduces the following changes:
https://www.linkedin.com/tohttps://www.linkedin.com/oauth(thanks @DovydasNavickas! ❤️).5.7.0
This release introduces the following changes:
response_typecombinations containingtokenwhen response type permissions are not disabled and the appropriate response type permissions are granted to the client application. See Allow using response_type=token with PKCE when response type permissions are enforced openiddict/openiddict-core#2088 for more information about this cha...Description has been truncated
Summary by CodeRabbit