Skip to content

Bump Microsoft.Extensions.Caching.Memory and 10 others#475

Closed
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/nuget/microsoft-extensions-c8f520aeaf
Closed

Bump Microsoft.Extensions.Caching.Memory and 10 others#475
dependabot[bot] wants to merge 2 commits intodevelopfrom
dependabot/nuget/microsoft-extensions-c8f520aeaf

Conversation

@dependabot
Copy link
Contributor

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

Pinned Microsoft.Extensions.Caching.Memory at 9.0.13.

Release notes

Sourced from Microsoft.Extensions.Caching.Memory's releases.

9.0.13

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.12...v9.0.13

9.0.12

Release

9.0.11

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements

  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

... (truncated)

Commits viewable in compare view.

Pinned Microsoft.Extensions.Caching.Memory at 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Caching.Memory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Microsoft.Extensions.Configuration.Binder at 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Microsoft.Extensions.DependencyModel at 10.0.3.

Release notes

Sourced from Microsoft.Extensions.DependencyModel's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Microsoft.Extensions.Diagnostics.HealthChecks at 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.HealthChecks's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Microsoft.Extensions.Diagnostics.HealthChecks at 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.HealthChecks's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore at 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Diagnostics.Testing from 10.2.0 to 10.3.0.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.Testing's releases.

10.3.0

What's Changed

New Contributors

... (truncated)

Commits viewable in compare view.

Pinned Microsoft.Extensions.Hosting.Abstractions at 10.0.3.

Release notes

Sourced from Microsoft.Extensions.Hosting.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Microsoft.Extensions.Http at 9.0.13.

Release notes

Sourced from Microsoft.Extensions.Http's releases.

9.0.13

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.12...v9.0.13

9.0.12

Release

9.0.11

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors o...

Description has been truncated

@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 15, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Feb 15, 2026
@TheMagnificent11 TheMagnificent11 force-pushed the dependabot/nuget/microsoft-extensions-c8f520aeaf branch from 9a7c3fb to bd68ce6 Compare February 15, 2026 03:57
dependabot bot and others added 2 commits February 15, 2026 14:13
Bumps Microsoft.Extensions.Caching.Memory to 9.0.13, 10.0.3
Bumps Microsoft.Extensions.Configuration.Binder from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.DependencyModel from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Diagnostics.HealthChecks to 10.0.3
Bumps Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Diagnostics.Testing from 10.2.0 to 10.3.0
Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Http to 9.0.13, 10.0.3
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.ServiceDiscovery from 10.2.0 to 10.3.0

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 9.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 9.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.DependencyModel
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Diagnostics.Testing
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 9.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-extensions
...

Signed-off-by: dependabot[bot] <support@github.com>
@TheMagnificent11 TheMagnificent11 force-pushed the dependabot/nuget/microsoft-extensions-c8f520aeaf branch from e36b416 to 51153ad Compare February 15, 2026 04:13
@TheMagnificent11 TheMagnificent11 enabled auto-merge (squash) February 15, 2026 04:13
@github-actions
Copy link

Summary

Summary
Generated on: 02/15/2026 - 04:16:35
Parser: Cobertura
Assemblies: 11
Classes: 104
Files: 81
Line coverage: 83.1% (1204 of 1448)
Covered lines: 1204
Uncovered lines: 244
Coverable lines: 1448
Total lines: 4523
Branch coverage: 72.5% (225 of 310)
Covered branches: 225
Total branches: 310
Method coverage: Feature is only available for sponsors

Coverage

Lewee.Application - 100%
Name Line Branch
Lewee.Application 100% 91.1%
Lewee.Application.ApplicationConfiguration 100% 100%
Lewee.Application.Mediation.Behaviors.CorrelationIdLoggingBehavior<TRequest
, TResponse>
100%
Lewee.Application.Mediation.Behaviors.CorrelationIdLoggingBehavior<TRequest
, TResponse>
100% 50%
Lewee.Application.Mediation.Behaviors.DomainExceptionBehavior<TCommand, TRe
sponse>
100%
Lewee.Application.Mediation.Behaviors.DomainExceptionBehavior<TCommand, TRe
sponse>
100%
Lewee.Application.Mediation.Behaviors.DomainExceptionBehaviorLogMessages 100% 100%
Lewee.Application.Mediation.Behaviors.FailureLoggingBehavior<TRequest, TRes
ponse>
100%
Lewee.Application.Mediation.Behaviors.FailureLoggingBehavior<TRequest, TRes
ponse>
100% 100%
Lewee.Application.Mediation.Behaviors.FailureLoggingBehaviorLogMessages 100% 100%
Lewee.Application.Mediation.Behaviors.PerformanceBehavior<TRequest, TRespon
se>
100%
Lewee.Application.Mediation.Behaviors.PerformanceBehavior<TRequest, TRespon
se>
100%
Lewee.Application.Mediation.Behaviors.TenantLoggingBehavior<TRequest, TResp
onse>
100%
Lewee.Application.Mediation.Behaviors.TenantLoggingBehavior<TRequest, TResp
onse>
100%
Lewee.Application.Mediation.Behaviors.TimedOperation 100%
Lewee.Application.Mediation.Behaviors.TimedOperationLogMessages 100% 100%
Lewee.Application.Mediation.Behaviors.TimeOperationLoggerExtensions 100%
Lewee.Application.Mediation.Behaviors.UnhandledExceptionBehavior<TRequest,
TResponse>
100%
Lewee.Application.Mediation.Behaviors.UnhandledExceptionBehavior<TRequest,
TResponse>
100%
Lewee.Application.Mediation.Behaviors.UnhandledExceptionBehaviorLogMessages 100% 100%
Lewee.Application.Mediation.Behaviors.ValidationBehavior<TRequest, TRespons
e>
100%
Lewee.Application.Mediation.Behaviors.ValidationBehavior<TRequest, TRespons
e>
100% 100%
Lewee.Application.Mediation.Notifications.ClientEvent 100% 50%
Lewee.Blazor - 36.1%
Name Line Branch
Lewee.Blazor 36.1% 42.8%
Lewee.Blazor.Configuration 50%
Lewee.Blazor.Messaging.BlazorServerMessageReceiver 89.7% 83.3%
Lewee.Blazor.Messaging.Health.Actions.HealthCheckAction 0%
Lewee.Blazor.Messaging.Health.Actions.HealthCheckFailedAction 0%
Lewee.Blazor.Messaging.Health.Actions.HealthCheckSuccessAction 0%
Lewee.Blazor.Messaging.Health.HealthCheckService 0%
Lewee.Blazor.Messaging.Health.ServerHealthCheckEffects 0% 0%
Lewee.Blazor.Messaging.Health.ServerHealthReducer 0%
Lewee.Blazor.Messaging.Health.ServerHealthState 0% 0%
Lewee.Blazor.Messaging.Health.ServerHealthStateFeature 0%
Lewee.Blazor.Messaging.MessageDeserializer 45.4% 50%
Lewee.Blazor.Messaging.MessageReceiverConfiguration 47.5% 50%
Lewee.Blazor.Messaging.MessageReceiverConfiguration 47.5% 50%
Lewee.Blazor.Messaging.MessageReceiverInitializer 0% 0%
Lewee.Common - 86.2%
Name Line Branch
Lewee.Common 86.2% 63.6%
Lewee.Common.ClientMessage 100%
Lewee.Common.CommandResult 100%
Lewee.Common.EnumExtensions 85.7% 62.5%
Lewee.Common.QueryResult 71.4% 0%
Lewee.Common.QueryResult 0%
Lewee.Common.Result 91.6% 75%
Lewee.Domain - 92.3%
Name Line Branch
Lewee.Domain 92.3% 72.2%
Lewee.Domain.AggregateRoot 100%
Lewee.Domain.AuditableRecord 100% 100%
Lewee.Domain.DomainEvent 100%
Lewee.Domain.DomainEventReference 88.6% 50%
Lewee.Domain.DomainEventsCollection 100%
Lewee.Domain.DomainException 33.3%
Lewee.Domain.Entity 90.4% 100%
Lewee.Domain.EnumEntity 100%
Lewee.Domain.ObjectExtensions 77.7% 50%
Lewee.Domain.QueryProjectionReference 94.8% 50%
Lewee.Domain.QuerySpecification.IncludeExpression 100%
Lewee.Domain.QuerySpecification.QueryBuilder 100%
Lewee.Domain.QuerySpecification 100%
Lewee.Domain.Relationship 100%
Lewee.Domain.ValueObject 100% 100%
Lewee.Infrastructure.AspNet - 83.6%
Name Line Branch
Lewee.Infrastructure.AspNet 83.6% 64.2%
Lewee.Infrastructure.AspNet.SignalR.AzureSignalRClientEventHandler 78.5% 50%
Lewee.Infrastructure.AspNet.SignalR.ClientEventChannel 100%
Lewee.Infrastructure.AspNet.SignalR.ClientEventHandler 100% 100%
Lewee.Infrastructure.AspNet.SignalR.ClientEventHub 0% 0%
Lewee.Infrastructure.AspNet.SignalR.SignalRConfiguration 95% 100%
Lewee.Infrastructure.Auth - 100%
Name Line Branch
Lewee.Infrastructure.Auth 100% 50%
Lewee.Infrastructure.Auth.AuthenticatedUserService 100% 50%
Lewee.Infrastructure.Auth.AuthenticatedUserServiceConfiguration 100%
Lewee.Infrastructure.Data - 88.2%
Name Line Branch
Lewee.Infrastructure.Data 88.2% 76.9%
Lewee.Infrastructure.Data.AggregateRootConfiguration 100%
Lewee.Infrastructure.Data.ApplicationDbContext 100% 100%
Lewee.Infrastructure.Data.ApplicationDbContextOptionsBuilderExtensions 100%
Lewee.Infrastructure.Data.AuditableRecordConfiguration 88.8% 90%
Lewee.Infrastructure.Data.AuditableRecordConfiguration 100% 66.6%
Lewee.Infrastructure.Data.AuditDetailsSaveChangesInterceptor 82.3% 91.6%
Lewee.Infrastructure.Data.DatabaseConfiguration 87% 93.7%
Lewee.Infrastructure.Data.DatabaseConfiguration 87% 93.7%
Lewee.Infrastructure.Data.DomainEventDispatcher 86.8% 81.2%
Lewee.Infrastructure.Data.DomainEventDispatcher 100%
Lewee.Infrastructure.Data.DomainEventReferenceConfiguration 100%
Lewee.Infrastructure.Data.DomainEventSaveChangesInterceptor 85% 83.3%
Lewee.Infrastructure.Data.DomainEventsTransactionInterceptor 100%
Lewee.Infrastructure.Data.DomainEventsTransactionInterceptor 100%
Lewee.Infrastructure.Data.EntityConfiguration 100%
Lewee.Infrastructure.Data.EntityEntryExtensions 25% 25%
Lewee.Infrastructure.Data.EntityTypeBuilderExtensions 100%
Lewee.Infrastructure.Data.EnumEntityConfiguration 0% 0%
Lewee.Infrastructure.Data.QueryProjectionReferenceConfiguration 100%
Lewee.Infrastructure.Data.QueryProjectionService<TContext, T> 84% 50%
Lewee.Infrastructure.Data.QueryProjectionService 100%
Lewee.Infrastructure.Data.RelationshipConfiguration 100%
Lewee.Infrastructure.Data.Repository<TAggregate, TContext> 95% 91.6%
Lewee.Infrastructure.Data.Repository<TAggregate, TContext> 100%
Lewee.Infrastructure.Fluxor - 96%
Name Line Branch
Lewee.Infrastructure.Fluxor 96% 100%
Lewee.Infrastructure.Fluxor.CommandEffects<TState, TData, TRequestAction, T
RequestSuccessAction, TRequestErrorAction, TMessageReceived>
100%
Lewee.Infrastructure.Fluxor.CommandEffects<TState, TData, TRequestAction, T
RequestSuccessAction, TRequestErrorAction, TMessageReceived>
100% 100%
Lewee.Infrastructure.Fluxor.Observability.CorrelationContextAccessorExtensi
ons
100%
Lewee.Infrastructure.Fluxor.Observability.LoggingExtensions 100%
Lewee.Infrastructure.Fluxor.QueryEffects<TState, TData, TRequestAction, TRe
questSuccessAction, TRequestErrorAction>
100% 100%
Lewee.Infrastructure.Fluxor.QueryEffects<TState, TData, TRequestAction, TRe
questSuccessAction, TRequestErrorAction>
100%
Lewee.Infrastructure.Fluxor.ReducerExtensions 100% 100%
Lewee.Infrastructure.Fluxor.RequestEffects<TState, TData, TRequestSuccessAc
tion, TRequestErrorAction>
66.6%
Lewee.Infrastructure.Fluxor.RequestState 100%
Lewee.Infrastructure.Fluxor.StateManagementConfiguration 100% 100%
Lewee.Infrastructure.Keycloak - 100%
Name Line Branch
Lewee.Infrastructure.Keycloak 100% 100%
Lewee.Infrastructure.Keycloak.KeycloakAuthenticationConfiguration 100% 100%
Lewee.Infrastructure.PostgreSQL - 95%
Name Line Branch
Lewee.Infrastructure.PostgreSQL 95% 75%
Lewee.Infrastructure.PostgreSQL.PostgreSqlConfiguration 95% 75%
Lewee.Infrastructure.PostgreSQL.PostgreSqlConfiguration 95% 75%
Lewee.Playwright - 100%
Name Line Branch
Lewee.Playwright 100% 100%
Lewee.Playwright.PageExtensions 100% 100%
Lewee.Playwright.PlaywrightExtensions 100%
Lewee.Playwright.PlaywrightPage 100%

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 15, 2026
auto-merge was automatically disabled February 15, 2026 04:18

Pull request was closed

@dependabot dependabot bot deleted the dependabot/nuget/microsoft-extensions-c8f520aeaf branch February 15, 2026 04:18
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.

2 participants