Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2026

Pinned Microsoft.Extensions.Caching.Memory at 9.0.11.

Release notes

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

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.

Updated Microsoft.Extensions.Caching.Memory from 10.0.0 to 10.0.1.

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.1.

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.1.

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.EntityFrameworkCore at 10.0.1.

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.0.0 to 10.1.0.

Release notes

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

10.1.0

What's Changed

Commits viewable in compare view.

Pinned Microsoft.Extensions.Hosting.Abstractions at 10.0.1.

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.11.

Release notes

Sourced from Microsoft.Extensions.Http's releases.

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

Description has been truncated

@dependabot dependabot bot added .NET dependencies Pull requests that update a dependency file labels Jan 9, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET labels Jan 9, 2026
Bumps Microsoft.Extensions.Caching.Memory to 9.0.11, 10.0.1
Bumps Microsoft.Extensions.Configuration.Binder from 10.0.0 to 10.0.1
Bumps Microsoft.Extensions.DependencyModel from 10.0.0 to 10.0.1
Bumps Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 10.0.0 to 10.0.1
Bumps Microsoft.Extensions.Diagnostics.Testing from 10.0.0 to 10.1.0
Bumps Microsoft.Extensions.Hosting.Abstractions from 10.0.0 to 10.0.1
Bumps Microsoft.Extensions.Http to 9.0.11, 10.0.1
Bumps Microsoft.Extensions.Http.Resilience from 10.0.0 to 10.1.0
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.0 to 10.0.1
Bumps Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.1.0

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Configuration.Binder
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.DependencyModel
  dependency-version: 10.0.1
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Diagnostics.Testing
  dependency-version: 10.1.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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 9.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft-extensions
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-version: 10.1.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-6e88bc8a42 branch from d9fdc37 to 8aa26cc Compare January 9, 2026 19:49
@github-actions
Copy link

github-actions bot commented Jan 9, 2026

Summary

Summary
Generated on: 01/09/2026 - 19:53:12
Parser: Cobertura
Assemblies: 10
Classes: 103
Files: 80
Line coverage: 82.1% (1120 of 1364)
Covered lines: 1120
Uncovered lines: 244
Coverable lines: 1364
Total lines: 4327
Branch coverage: 71.6% (215 of 300)
Covered branches: 215
Total branches: 300
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% 100%
Lewee.Application.Mediation.Behaviors.ValidationBehavior<TRequest, TRespons
e>
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% 100%
Lewee.Infrastructure.Fluxor.CommandEffects<TState, TData, TRequestAction, T
RequestSuccessAction, TRequestErrorAction, TMessageReceived>
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.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% ****
Lewee.Playwright.PageExtensions 100%
Lewee.Playwright.PlaywrightExtensions 100%
Lewee.Playwright.PlaywrightPage 100%

@TheMagnificent11
Copy link
Owner

It doesn't seem correct to use version overrrides when the repository uses central package mangement

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2026

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

@TheMagnificent11 TheMagnificent11 deleted the dependabot/nuget/microsoft-extensions-6e88bc8a42 branch January 9, 2026 20:50
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants