Skip to content

Conversation

@dependabot
Copy link

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

Updated FakeItEasy from 8.3.0 to 9.0.0.

Release notes

Sourced from FakeItEasy's releases.

9.0.0

Changed

  • ⚠️ Breaking change : the signature of IsSameSequenceAs has changed. It now has 2 generic type parameters, and accepts an optional equality comparer. This is a binary-level breaking change, and possibly a source-level breaking change, but we don't expect most users to be affected, since the generic type arguments are typically inferred by the compiler (#​1913)

Removed

  • net6.0 target framework assembly (#​2058)
  • netstandard 2.1 target framework assembly (#​2050, #​2058)
  • netstandard 2.0 target framework assembly (#​2050, #​2058)
  • Fake.ClearConfiguration (#​1768)
    Use Fake.Reset instead.

New

  • net10.0 target framework assembly (#​2076)
  • Support calling default interface methods (#​1633, #​2077)
  • HasSameElementsAs argument matcher that compares IEnumerable elements without regard to their order (#​1913)
  • IsSameSequenceAs now accepts an optional equality comparer (#​1913)

Additional Items

  • Test builds on macOS 15 instead of 12 (#​2047)
  • Remove SourceLink package reference and source-stepping documentation (#​2072)
  • Fix formatting of bullet lists in docs (#​2057)
  • Migrate Specs from Xbehave to LambdaTale (#​2055)
  • Fix .NET Framework specs (so we test 4.6.2 again) (#​2060)
  • Reformat code to use file scoped namespaces (#​2080)
  • Build and deployment system changes
    • Build with .NET SDK 10.0 (#​2059, #​2076)
    • Build for net462 on Linux and Mac (#​2051)
    • Fix failing deploy due to System.OverflowException when updating comments (#​2037)
    • Use NuGet Trusted Publishing (#​2064, #​2083)
  • Documentation-building changes:
    • Manage mkdocs and friends via uv (#​2042, #​2044, #​2065, #​2066)
    • Various security updates to libraries used to build the documentation (#​2039)
    • Don't generate docs for pre-release versions (#​2046, #​2081)
    • Remove broken links from docs (#​2070)
    • Check for broken links in README.md (#​2045)
    • Check links in a nightly scheduled workflow (#​2067, #​2068, #​2069)
    • Ignore HTTP 429 rate limit errors when checking links to StackOverflow (#​2043)

With special thanks for contributions to this release from:

  • Raphael Schweizer - @​CaringDev

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.AspNetCore.Components's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.Web from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.AspNetCore.Components.Web's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.WebAssembly from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.WebAssembly.DevServer from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Http.Abstractions from 2.3.0 to 2.3.9.

Release notes

Sourced from Microsoft.AspNetCore.Http.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Abstractions from 10.0.1 to 10.0.2.

Release notes

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

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.FeatureManagement from 4.3.0 to 4.4.0.

Release notes

Sourced from Microsoft.FeatureManagement's releases.

4.4.0

4.4.0 - December 18, 2025

Microsoft.FeatureManagement Updates

The packages associated with this release are

Microsoft.FeatureManagement

Enhancements

  • Exposed the SystemClock property for TimeWindowFilter to enable the use of a custom TimeProvider. #​558

  • Added new overloads for FilterCollectionExtensions.AddForFeature to support specifying multiple feature flags, requirement types, and negation. #​359

Microsoft.FeatureManagement.AspNetCore

Enhancements

  • Updated Microsoft.FeatureManagement reference to 4.4.0. See the release notes for more information on the changes.

Microsoft.FeatureManagement.Telemetry.ApplicationInsights

Enhancements

  • Updated Microsoft.FeatureManagement reference to 4.4.0. See the release notes for more information on the changes.

Commits viewable in compare view.

Updated Microsoft.NET.ILLink.Tasks from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.NET.ILLink.Tasks's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Sdk.WebAssembly.Pack from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.NET.Sdk.WebAssembly.Pack's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated NUnit3TestAdapter from 6.0.0 to 6.1.0.

Release notes

Sourced from NUnit3TestAdapter's releases.

6.1.0

See release notes

6.0.1

See release notes

Commits viewable in compare view.

Updated Riok.Mapperly from 4.3.0 to 4.3.1.

Release notes

Sourced from Riok.Mapperly's releases.

4.3.1

🐛 Bug Fixes

  • fix: Stackoverflow on readonly self reference by @​faddiv in #​1991
  • fix: use global prefix for enum parse invocation by @​latonz in #​2021
  • fix: call extension block methods correctly in inlined expression mappings by @​latonz in #​2051
  • fix: prevent reporting derived type on mapping from source by @​faddiv in #​2025
  • fix: support external mappings when auto user mappings are disabled by @​faddiv in #​2063

Full Changelog: riok/mapperly@v4.3.0...v4.3.1

4.3.1-next.0

🐛 Bug Fixes

  • fix: Stackoverflow on readonly self reference by @​faddiv in #​1991
  • fix: use global prefix for enum parse invocation by @​latonz in #​2021
  • fix: call extension block methods correctly in inlined expression mappings by @​latonz in #​2051

Full Changelog: riok/mapperly@v4.3.0...v4.3.1-next.0

Commits viewable in compare view.

Updated System.Text.Json from 10.0.1 to 10.0.2.

Release notes

Sourced from System.Text.Json's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated TUnit from 1.5.60 to 1.11.28.

Release notes

Sourced from TUnit's releases.

1.11.28

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.18...v1.11.28

1.11.18

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.16...v1.11.18

1.11.16

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.11.0...v1.11.16

1.11.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.10.0...v1.11.0

1.10.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.91...v1.10.0

1.9.91

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.85...v1.9.91

1.9.85

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.81...v1.9.85

1.9.81

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.68...v1.9.81

1.9.68

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.64...v1.9.68

1.9.64

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.55...v1.9.64

1.9.55

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.45...v1.9.55

1.9.45

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.42...v1.9.45

1.9.42

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.26...v1.9.42

1.9.26

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.17...v1.9.26

1.9.17

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.2...v1.9.17

1.9.2

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.9.0...v1.9.2

1.9.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.8.9...v1.9.0

1.8.9

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.8.1...v1.8.9

1.8.1

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.8.0...v1.8.1

1.8.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.20...v1.8.0

1.7.20

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.16...v1.7.20

1.7.16

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.7...v1.7.16

1.7.7

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.7.5...v1.7.7

1.7.5

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.7.0...v1.7.5

1.7.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.28...v1.7.0

1.6.28

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.6.27...v1.6.28

1.6.27

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.6.25...v1.6.27

1.6.25

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.20...v1.6.25

1.6.20

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.15...v1.6.20

1.6.15

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.6.5...v1.6.15

1.6.5

What's Changed

Dependencies

Full Changelog: thomhurst/TUnit@v1.6.0...v1.6.5

1.6.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.5.80...v1.6.0

1.5.80

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.5.78...v1.5.80

1.5.70

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.5.60...v1.5.70

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps FakeItEasy from 8.3.0 to 9.0.0
Bumps Microsoft.AspNetCore.Components from 10.0.1 to 10.0.2
Bumps Microsoft.AspNetCore.Components.Web from 10.0.1 to 10.0.2
Bumps Microsoft.AspNetCore.Components.WebAssembly from 10.0.1 to 10.0.2
Bumps Microsoft.AspNetCore.Components.WebAssembly.DevServer from 10.0.1 to 10.0.2
Bumps Microsoft.AspNetCore.Http.Abstractions from 2.3.0 to 2.3.9
Bumps Microsoft.Extensions.Configuration.Abstractions from 10.0.1 to 10.0.2
Bumps Microsoft.FeatureManagement from 4.3.0 to 4.4.0
Bumps Microsoft.NET.ILLink.Tasks from 10.0.1 to 10.0.2
Bumps Microsoft.NET.Sdk.WebAssembly.Pack from 10.0.1 to 10.0.2
Bumps NUnit3TestAdapter from 6.0.0 to 6.1.0
Bumps Riok.Mapperly from 4.3.0 to 4.3.1
Bumps System.Text.Json from 10.0.1 to 10.0.2
Bumps TUnit from 1.5.60 to 1.11.28

---
updated-dependencies:
- dependency-name: FakeItEasy
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: open-source-license
- dependency-name: Microsoft.AspNetCore.Components
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.AspNetCore.Components
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.AspNetCore.Components
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.AspNetCore.Http.Abstractions
  dependency-version: 2.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.AspNetCore.Http.Abstractions
  dependency-version: 2.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.FeatureManagement
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: open-source-license
- dependency-name: Microsoft.FeatureManagement
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: open-source-license
- dependency-name: Microsoft.NET.ILLink.Tasks
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: Microsoft.NET.Sdk.WebAssembly.Pack
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: open-source-license
- dependency-name: Riok.Mapperly
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: System.Text.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: open-source-license
- dependency-name: TUnit
  dependency-version: 1.11.28
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: open-source-license
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jan 15, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 16, 2026

Superseded by #133.

@dependabot dependabot bot closed this Jan 16, 2026
@dependabot dependabot bot deleted the dependabot/nuget/src/Foundation.UI/dev/open-source-license-2714f9b27d branch January 16, 2026 01:34
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.

1 participant