Conversation
Update various dependencies to their latest versions as dependabot is timing out.
There was a problem hiding this comment.
Pull request overview
Updates pinned package versions across test projects to newer patch releases (and refreshes related verification snapshots), reducing reliance on Dependabot’s patch-by-patch updates and keeping the repo aligned with current .NET/ASP.NET/EF/OpenAPI tooling.
Changes:
- Bump EF Core InMemory / ASP.NET Core testing/auth packages per target framework (net8/net9/net10) in test website projects.
- Update centrally-managed package versions (e.g., Microsoft.Build, Microsoft.OpenApi, Kiota, ReportGenerator).
- Refresh integration test snapshots to match updated OpenAPI/NSwag output (e.g.,
additionalPropertiesemission and PATCH body typing).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| test/WebSites/TodoApp/TodoApp.csproj | Bumps EFCore.InMemory VersionOverride per TFM. |
| test/WebSites/OAuth2Integration/OAuth2Integration.csproj | Bumps Duende IdentityServer and JwtBearer VersionOverride per TFM. |
| test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj | Updates ASP.NET Core testing package overrides per TFM. |
| Directory.Packages.props | Updates centrally-managed dependency versions (Build/OpenAPI/Kiota/EFCore/etc.). |
| test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/code/GeneratesValidClient_8032c779929ecfff/NSwagOpenApiClient.verified.cs | Snapshot refresh for generated client PATCH body parameter typing. |
| test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/8_0/VerifyTests.SwaggerEndpoint_ReturnsValidSwaggerJson_startupType=ReDoc.Startup_swaggerRequestUri=v1.verified.txt | Snapshot refresh (additionalProperties now emitted). |
| test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/9_0/VerifyTests.SwaggerEndpoint_ReturnsValidSwaggerJson_startupType=ReDoc.Startup_swaggerRequestUri=v1.verified.txt | Snapshot refresh (additionalProperties now emitted). |
| test/Swashbuckle.AspNetCore.IntegrationTests/snapshots/10_0/VerifyTests.SwaggerEndpoint_ReturnsValidSwaggerJson_startupType=ReDoc.Startup_swaggerRequestUri=v1.verified.txt | Snapshot refresh (additionalProperties now emitted). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
test/Swashbuckle.AspNetCore.IntegrationTests/Swashbuckle.AspNetCore.IntegrationTests.csproj
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3835 +/- ##
=======================================
Coverage 94.92% 94.92%
=======================================
Files 111 111
Lines 3885 3885
Branches 783 783
=======================================
Hits 3688 3688
Misses 197 197
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Update various dependencies to their latest versions as dependabot is sometimes timing out or can't handle specific patch updates.