Skip to content

Bump the minor-and-patch group with 6 updates#32

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/minor-and-patch-933d0f3d60
Open

Bump the minor-and-patch group with 6 updates#32
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/minor-and-patch-933d0f3d60

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.6.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Playwright.MSTest.v4 from 1.57.0 to 1.59.0.

Release notes

Sourced from Microsoft.Playwright.MSTest.v4's releases.

1.59.0

🎬 Screencast

New Page.Screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts
Demo

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideoDir option:

await page.Screencast.StartAsync(new() { Path = "video.webm" });
// ... perform actions ...
await page.Screencast.StopAsync();

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

await page.Screencast.ShowActionsAsync(new() { Position = "top-right" });

ShowActionsAsync accepts Position ("top-left", "top", "top-right", "bottom-left", "bottom", "bottom-right"), Duration (ms per annotation), and FontSize (px). Returns a disposable to stop showing actions.

Visual overlays — add chapter titles and custom HTML overlays on top of the page for richer narration:

await page.Screencast.ShowChapterAsync("Adding TODOs", new() {
    Description = "Type and press enter for each TODO",
    Duration = 1000,
});

await page.Screencast.ShowOverlayAsync("<div style=\"color: red\">Recording</div>");

Real-time frame capture — stream JPEG-encoded frames for custom processing like thumbnails, live previews, AI vision, and more:

await page.Screencast.StartAsync(new() {
    OnFrame = frame => SendToVisionModel(frame.Data),
});

... (truncated)

1.58.0

Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

BrowserType.ConnectOverCDPAsync() now accepts an IsLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option Devtools from BrowserType.LaunchAsync() has been removed. Use Args = new[] { "--auto-open-devtools-for-tabs" } instead.
  • Removed macOS 13 support for WebKit.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

Commits viewable in compare view.

Updated MSTest.Sdk from 4.0.2 to 4.2.1.

Release notes

Sourced from MSTest.Sdk's releases.

4.2.1

See the release notes here

4.1.0

See the release notes here

Commits viewable in compare view.

Updated NSwag.AspNetCore from 14.6.3 to 14.7.0.

Release notes

Sourced from NSwag.AspNetCore's releases.

14.7.0

What's Changed

NJsonSchema v11.6.0 (potentially breaking changes)

This release updates to NJsonSchema v11.6.0 and Namotion.Reflection v3.5.0, which include the following changes that may affect generated code:

  • C# 11 required keyword now correctly recognized: Properties using the C# 11 required keyword (via RequiredMemberAttribute / JsonRequiredAttribute) are now properly treated as required in the schema and generated code. Previously these were incorrectly treated as optional.
  • Removed extra blank line before class declarations in generated C# controller code (cosmetic).
  • New WriteAccessor setting to control property setter syntax (set vs init).
  • New JsonLibraryVersion setting for controlling enum attribute generation with System.Text.Json.
  • Fixed MinLength validation no longer incorrectly applied to DateTime properties.
  • Fixed nullable enum array detection for string enum converters.
  • Support for public fields with System.Text.Json when IncludeFields is enabled.

For the full list of changes, see the NJsonSchema v11.6.0 release notes.

New Contributors

Full Changelog: RicoSuter/NSwag@v14.6.3...v14.7.0

Commits viewable in compare view.

Updated Testcontainers.PostgreSql from 4.10.0 to 4.11.0.

Release notes

Sourced from Testcontainers.PostgreSql's releases.

4.11.0

What's Changed

Thanks to all contributors. Once again, really great contributions from everyone 🤝.

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​21198535.

Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The latest tag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation, vnext-preview, which receives more updates and features. Due to the limitations of the latest tag, we decided to replace it with vnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.

⚠️ Breaking Changes

  • feat(CosmosDb): Update base image from latest to vnext-preview (#​1324) @​NelsonBN

🚀 Features

  • feat(CosmosDb): Update base image from latest to vnext-preview (#​1324) @​NelsonBN
  • feat: Add typed WithResourceMapping(...) overloads (#​1497) @​cimnine
  • feat: Add Seq module (#​1276) @​montanehamilton
  • feat(PostgreSql): Add WithSsl builder API (#​1529) @​ozkanpakdil
  • feat: Add Temporal module (#​1635) @​bgener
  • feat: Add module connection string provider (#​1632) @​HofmeisterAn
  • fead: Add default container connection string provider (#​1630) @​HofmeisterAn
  • feat(ServiceBus): Add method to get HTTP connection string (#​1622) @​NelsonBN

🐛 Bug Fixes

  • fix(MongoDb): Wait for post-init startup readiness before replica set initiation (#​1656) @​HofmeisterAn
  • fix(Seq): Assert connection string provider (#​1645) @​HofmeisterAn
  • fix(EventHubs): Ignore runtime property to support reuse (#​1644) @​franciscosamuel
  • fix(ServiceBus): Ignore runtime property to support reuse (#​1643) @​franciscosamuel
  • fix(ResourceReaper): Set wait strategy (#​1634) @​HofmeisterAn
  • fix(ServiceBus): Workaround health API timeout (#​1625) @​HofmeisterAn
  • fix: Do not set console buffer width (ConsoleLogger) (#​1623) @​HofmeisterAn
  • fix(EventHubs): Workaround health API timeout (#​1624) @​HofmeisterAn

📖 Documentation

  • docs(CosmosDb): Replace unsupported tag 'latest' with 'vnext-preview' (#​1660) @​HofmeisterAn
  • docs(Redis): Add example (#​1641) @​HofmeisterAn

🧹 Housekeeping

  • chore(examples): Enable NuGet restore lock mode (#​1659) @​HofmeisterAn
  • chore: Pin image digest (#​1658) @​HofmeisterAn
  • fix: Run OpenSSF Scorecard only on default branch (#​1657) @​HofmeisterAn
  • chore: Remove Git LFS tracking for .snk (#​1655) @​HofmeisterAn
  • feat: Enable Dependabot for NuGet (repo) (#​1654) @​HofmeisterAn
  • feat: Enable Dependabot for NuGet (src) (#​1653) @​HofmeisterAn
  • fix: Replace branch protection with ruleset (#​1652) @​HofmeisterAn
  • fix: Do not enforce policies for admins (#​1651) @​HofmeisterAn
  • fix: Remove missing labels from Dependabot (#​1650) @​HofmeisterAn
    ... (truncated)

Commits viewable in compare view.

Updated TUnit from 1.12.15 to 1.33.0.

Release notes

Sourced from TUnit's releases.

1.33.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.32.0...v1.33.0

1.32.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.31.0...v1.32.0

1.31.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.30.8...v1.31.0

1.30.8

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.30.0...v1.30.8

1.30.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.29.0...v1.30.0

1.29.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.28.7...v1.29.0

1.28.7

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.28.5...v1.28.7

1.28.5

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.28.0...v1.28.5

1.28.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.27.0...v1.28.0

1.27.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.25.0...v1.27.0

1.25.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.24.31...v1.25.0

1.24.31

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.24.18...v1.24.31

1.24.18

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.24.13...v1.24.18

1.24.13

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.24.0...v1.24.13

1.24.0

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.23.7...v1.24.0

1.23.7

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.22.19...v1.23.7

1.22.19

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.22.6...v1.22.19

1.22.6

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.22.3...v1.22.6

1.22.3

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.22.0...v1.22.3

1.22.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.21.30...v1.22.0

1.21.30

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.21.24...v1.21.30

1.21.24

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.21.20...v1.21.24

1.21.20

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.21.6...v1.21.20

1.21.6

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.21.0...v1.21.6

1.21.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.20.0...v1.21.0

1.20.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.74...v1.20.0

1.19.74

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.19.57...v1.19.74

1.19.57

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.22...v1.19.57

1.19.22

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.16...v1.19.22

1.19.16

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.11...v1.19.16

1.19.11

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.0...v1.19.11

1.19.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.18.37...v1.19.0

1.18.37

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.18.21...v1.18.37

1.18.21

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.18.9...v1.18.21

1.18.9

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.18.0...v1.18.9

1.18.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.54...v1.18.0

1.17.54

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.36...v1.17.54

1.17.36

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.29...v1.17.36

1.17.29

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.25...v1.17.29

1.17.25

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.20...v1.17.25

1.17.20

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.11...v1.17.20

1.17.11

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.7...v1.17.11

1.17.7

What's Changed

Other Changes

  • feat: add Args property ...

_D...

Description has been truncated

Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.6
Bumps Microsoft.Playwright.MSTest.v4 from 1.57.0 to 1.59.0
Bumps MSTest.Sdk from 4.0.2 to 4.2.1
Bumps NSwag.AspNetCore from 14.6.3 to 14.7.0
Bumps Testcontainers.PostgreSql from 4.10.0 to 4.11.0
Bumps TUnit from 1.12.15 to 1.33.0

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Playwright.MSTest.v4
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: MSTest.Sdk
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: NSwag.AspNetCore
  dependency-version: 14.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Testcontainers.PostgreSql
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Testcontainers.PostgreSql
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Testcontainers.PostgreSql
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: TUnit
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: TUnit
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants