Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Updated MahApps.Metro from 2.4.10 to 2.4.11.

Release notes

Sourced from MahApps.Metro's releases.

2.4.11

As part of this release we had 1 issue closed.

Bug

  • #​4554 Windows not movable with .NET 10

Where to get it

You can download this release from MahApps.Metro

Full Changelog: MahApps/MahApps.Metro@2.4.10...2.4.11

Commits viewable in compare view.

Updated MahApps.Metro.IconPacks.FontAwesome from 5.1.0 to 6.2.1.

Release notes

Sourced from MahApps.Metro.IconPacks.FontAwesome's releases.

6.2.1

As part of this release we had 3 commits which resulted in 1 issue being closed.

Bug Fix

  • !386 Use fill path for Feather Icons

Where to get it

You can download this release from MahApps.Metro.IconPacks

2025-11-01_14h12_53 2025-11-02_09h58_11

6.2.0

As part of this release we had 17 commits which resulted in 8 issues being closed.

Icon Updates

  • !378 Use Material Icons v0.14.15
  • !379 Update BoxIcons v2 and add BoxIcons v3
  • !380 Update Codicons to v0.0.41
  • !381 Update FontAwesome Free to v7.1.0
  • !382 Update Lucide to v0.552.0
  • !383 Update Primer Octicons (GitHub) to v19.19.0
  • !384 Update RemixIcon to v4.7.0
  • !385 Update SimpleIcons to v15.18.0

Where to get it

You can download this release from MahApps.Metro.IconPacks

2025-10-31_23h10_29 2025-10-31_23h11_10 2025-10-31_23h11_46 2025-10-31_23h12_33

6.1.0

As part of this release we had 12 commits which resulted in 5 issues being closed.

Icon Updates

  • !372 Update Primer Octicons (GitHub) to v19.15.5
  • !373 Update Lucide Icons to v0.539.0
  • !374 Update Codicons to v0.0.39
  • !375 Update Simple Icons to v15.10.0
  • !376 Add Keyrune Icons v3.17.1

Where to get it

You can download this release from MahApps.Metro.IconPacks

2025-08-12_11h03_10 2025-08-12_11h22_54

6.0.0

As part of this release we had 54 commits which resulted in 22 issues being closed.

Breaking Changes

  • #​303 Drop the UWP support
  • !355 fix: #​303 #​292 Drop the UWP support

Bug

  • #​292 UWP Crashes at Startup when built in Release mode when using some Icon Packs

Bug Fixs

  • !350 Fix Bootstrap Apple icon
  • !357 Use DefaultJsonTypeInfoResolver to enable NativeAOT
  • !370 Unicons v4.2.0 without "Thin"

Icon Updates

  • !351 Icon updates
  • !354 Icon updates
  • !356 Update FontAwesome Free to v6.7.2
  • !358 Update Game Icons from May 4, 2025
  • !359 Update Lucide Icons to v0.525.0
  • !360 Update Primer Octicons to v19.15.3
  • !361 Update Remix Icon to v4.6.0
  • !362 Update Simple Icons to v15.5.0
  • !363 Update Unicons to v4.2.0
  • !364 Update Bootstrap Icons to v1.13.1
  • !365 Add MingCute Icon v2.9.6
  • !366 Add MynaUI Icons v0.3.9
  • !367 Update Codicons to v0.0.38
  • !368 Update Primer Octicons to v19.15.4
  • !369 Update Simple Icons to v15.7.0
  • !371 Update FontAwesome Free to v7.0.0 and add v5 and v6

Where to get it

You can download this release from MahApps.Metro.IconPacks

2025-07-24_18h42_41 2025-07-24_18h42_49 2025-07-24_18h42_56 2025-07-24_18h43_06 2025-07-24_18h43_18 2025-07-24_18h43_25 2025-07-24_18h43_52

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

Updated Newtonsoft.Json from 13.0.3 to 13.0.4.

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.4

  • New feature - Annotated for trim/AOT (in)compatibility
  • New feature - Added support for using Index with JArray
  • Change - Avoid LINQ expression trees in .NET 6+ reflection
  • Fix - Fixed handling of empty constructor names
  • Fix - Fixed XML convert duplicate attribute error on nested arrays with writeArrayAttribute set to true
  • Fix - Fixed XML convert array attribute is not set for properties with special characters
  • Fix - Fixed TimeOnly deserialization to support more formats

Commits viewable in compare view.

Updated NUnit from 4.3.2 to 4.4.0.

Release notes

Sourced from NUnit's releases.

4.4.0

See release notes for details.

Commits viewable in compare view.

Updated NUnit.Analyzers from 4.9.2 to 4.11.2.

Release notes

Sourced from NUnit.Analyzers's releases.

4.11.2

NUnit Analyzers 4.11.2 - November 2, 2025

This release of the NUnit Analyzers fixes a problem in the NUnit2057 analyzer for unnecessary use of lambda
expressions. The release also extends NUnit2021 so that it can determining if Is.NaN or Is.Not.NaN constraints
are used on incompatible types.

The release contains contributions from the following users (in alphabetical order):

  • @​MaceWindu
  • @​manfred-brands
  • @​stevenaw

Issues Resolved

Features and Enhancements

  • #​929 Alert when using Is.NaN or Is.Not.NaN on an incompatible type

Bugs

  • #​945 [NUnit2057] Reported for Throws assert

4.11.1

NUnit Analyzers 4.11.1 - October 30, 2025

This release of the NUnit Analyzers fixes a regression related to the analysis of nullable enum parameters in
NUnit1001 and NUnit1031. The release also contains a new analyzer and codefix for unnecessary usage of lambda
expressions in asserts.

The release contains contributions from the following users (in alphabetical order):

  • @​MaceWindu
  • @​maksim-sovkov
  • @​manfred-brands

Issues Resolved

Features and Enhancements

  • #​927 Add new rule for unnecessary use of lambda expressions

Bugs

  • #​939 NUnit1001 - false positive for arguments with nullable enum parameters
  • #​938 [NUnit1031] False positive for nullable structs

4.11.0

NUnit Analyzers 4.11 - October 28, 2025

This release of the NUnit Analyzers includes improvements and fixes related to IDisposable handling and initialization
in SetUp and OneTimeSetUp methods. It also introduces the ability to configure additional methods that should be
treated as SetUp and TearDown methods by the analyzers. This can be done in the .editorconfig, and there are four
configurations for this:

  • dotnet_diagnostic.NUnit.additional_setup_methods
  • dotnet_diagnostic.NUnit.additional_teardown_methods
  • dotnet_diagnostic.NUnit.additional_one_time_setup_methods
  • dotnet_diagnostic.NUnit.additional_one_time_teardown_methods

Each configuration accepts a list of method names, separated by commas, semicolons, or spaces. For example:

dotnet_diagnostic.NUnit.additional_setup_methods = CustomSetup, MyInit

As in recent releases, a major part of this work was contributed by @​manfred-brands.

The release contains contributions from the following users (in alphabetical order):

  • @​AlisonAMorrison
  • @​BodrickLight
  • @​cbersch
  • @​manfred-brands
  • @​mikkelbu
  • @​PiotrKlecha
  • @​sbe-schleupen

Issues Resolved

Features and Enhancements

  • #​921 NUnit1032 - disposals in overridden methods not detected
  • #​919 NUnit1032/NUnit3002 - local functions not analyzed
  • #​918 NUnit2045 - false positive for inline usings
  • #​911 NUnit3002 doesn't recognize the using statement.
  • #​910 using declarations not recognized by NUnit2045

Bugs

  • #​922 NUnit1001 - false positive for arguments with generic parameters
  • #​914 Wrong position of NUnit1001 diagnostic for TestCase with four parameters or more

Tooling, Process, and Documentation

  • #​926 chore: Bump NUnit3TestAdapter
  • #​908 chore: bump version
  • #​885 Bump to NUnit version 4.4 when this is released

4.10.0

NUnit Analyzers 4.10 - August 9, 2025

This release of the NUnit Analyzers contains some minor improvements to NUnit2050, NUnit2056, and NUnit2007 as well
as some improvements to existing tests. Once again, @​manfred-brands was responsible for the majority of the work.

The release contains contributions from the following users (in alphabetical order):

  • @​dfev77
  • @​manfred-brands
  • @​mikebro
  • @​mikkelbu

Issues Resolved

Bugs

  • #​901 False positive on NUnit2050
  • #​899 NUnit2056 analyzer's code fix removes comments and empty lines above it.
  • #​896 NUnit2007 shouldn't trigger for generic types e.g. typeof(T)

Tooling, Process, and Documentation

  • #​905 NUnit4.4 alpha -> beta changes
  • #​897 chore: Correct typo in NUnit2045.md
  • #​894 Improve tests by adding ↓ to tests were it is missing in the source
  • #​887 chore: bump version

Commits viewable in compare view.

Updated NUnit3TestAdapter from 5.0.0 to 5.2.0.

Release notes

Sourced from NUnit3TestAdapter's releases.

5.2.0

See release notes

5.1.0

See release notes

Commits viewable in compare view.

Updated SonarAnalyzer.CSharp from 10.12.0.118525 to 10.15.0.120848.

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

10.15

False Positive

  • NET-2198 - Fix S1905 FP: Cast of default! expression is required
  • NET-2197 - Fix S1905 FP: stackalloc and Span conversions
  • NET-1641 - Fix S1905 FP: casting IEnumerable<string?> to IEnumerable<string>
  • NET-2157 - Fix S2589 FP: Don't raise an issue after a delegate is invoked
  • NET-2073 - Fix S2699 FP: Add support for FsCheck property tests
  • NET-1537 - Fix S6964 FP: Don't raise on properties annotated with the BindRequiredAttribute

Improvement

  • NET-2112 - Consider ExplodedNodes relevant if a successor would be relevant
  • NET-2183 - SE: Set constraint on operation when learning from IsPattern

False Negative

  • NET-429 - Fix S4275 FN: Support partial properties

Task

  • NET-2208 - Update RSpec before release

10.14

Hey everyone,

This release mostly focuses on mitigating (NET-2196) a performance regression that was introduced in 10.13.

Improvement

  • NET-2196 - Fix path algorithm for execution flows to mitigate performance regression
  • NET-2177 - Improve how the Symbolic Execution engine handles exception paths
  • NET-2135 - Support xUnit V3
  • NET-2163 - Provide Interface for other plugins to add rules to VB.NET SonarWay profile

False Negative

  • NET-235 - Fix S2053: Adjust required salt length to be 32 bytes

Task

  • NET-2170 - Update RSPEC before 10.14 release

10.13

Hello everyone,

In this release, we've focused on:

  • False positive fixes
  • Enhancing S2259's secondary locations to provide clearer, step-by-step explanations of null pointer dereferences issues.

False Positives

  • NET-2099 - Fix S3885 FP: Do not raise in ResolutionEventHandler
  • NET-2023 - Fix S3257 FP: Array with target-typed new
  • NET-1646 - Fix S3267 FP: Loops should be simplified with LINQ expressions
  • NET-1588 - Fix S1066 FP: Combination of dynamic and out should not raise
  • NET-882 - Fix S3257 FP: Don't raise for C# 10 and later when there's explicit delegate creation

Improvements

  • NET-2095 - Improve incremental PR analysis path detection
  • SE: S2259 - Improve secondary locations

Commits viewable in compare view.

Updated System.IO.Abstractions from 22.0.14 to 22.0.16.

Release notes

Sourced from System.IO.Abstractions's releases.

22.0.16

What's Changed

New Contributors

Full Changelog: TestableIO/System.IO.Abstractions@v22.0.15...v22.0.16

22.0.15

What's Changed

New Contributors

Full Changelog: TestableIO/System.IO.Abstractions@v22.0.14...v22.0.15

Commits viewable in compare view.

Updated System.IO.Abstractions.TestingHelpers from 22.0.14 to 22.0.16.

Release notes

Sourced from System.IO.Abstractions.TestingHelpers's releases.

22.0.16

What's Changed

New Contributors

Full Changelog: TestableIO/System.IO.Abstractions@v22.0.15...v22.0.16

22.0.15

What's Changed

New Contributors

Full Changelog: TestableIO/System.IO.Abstractions@v22.0.14...v22.0.15

Commits viewable in compare view.

Updated System.ServiceProcess.ServiceController from 9.0.6 to 9.0.10.

Release notes

Sourced from System.ServiceProcess.ServiceController's releases.

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

Commits viewable in compare view.

Updated TaskScheduler from 2.12.1 to 2.12.2.

Release notes

Sourced from TaskScheduler's releases.

2.12.2

  • Added recursive option to TaskFolder.EnumerateFolders (#​1009)
  • Added .NET Standard 2.1 to TaskService
  • Added .NET 9.0 to TaskEditor

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

Description has been truncated

Bumps MahApps.Metro from 2.4.10 to 2.4.11
Bumps MahApps.Metro.IconPacks.FontAwesome from 5.1.0 to 6.2.1
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0
Bumps Newtonsoft.Json from 13.0.3 to 13.0.4
Bumps NUnit from 4.3.2 to 4.4.0
Bumps NUnit.Analyzers from 4.9.2 to 4.11.2
Bumps NUnit3TestAdapter from 5.0.0 to 5.2.0
Bumps SonarAnalyzer.CSharp from 10.12.0.118525 to 10.15.0.120848
Bumps System.IO.Abstractions from 22.0.14 to 22.0.16
Bumps System.IO.Abstractions.TestingHelpers from 22.0.14 to 22.0.16
Bumps System.ServiceProcess.ServiceController from 9.0.6 to 9.0.10
Bumps TaskScheduler from 2.12.1 to 2.12.2

---
updated-dependencies:
- dependency-name: MahApps.Metro
  dependency-version: 2.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: MahApps.Metro.IconPacks.FontAwesome
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-updates
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-updates
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: NUnit
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-updates
- dependency-name: NUnit.Analyzers
  dependency-version: 4.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-updates
- dependency-name: NUnit3TestAdapter
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-updates
- dependency-name: SonarAnalyzer.CSharp
  dependency-version: 10.15.0.120848
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-updates
- dependency-name: SonarAnalyzer.CSharp
  dependency-version: 10.15.0.120848
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-updates
- dependency-name: System.IO.Abstractions
  dependency-version: 22.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: System.IO.Abstractions
  dependency-version: 22.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: System.IO.Abstractions.TestingHelpers
  dependency-version: 22.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: System.ServiceProcess.ServiceController
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: System.ServiceProcess.ServiceController
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
- dependency-name: TaskScheduler
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-updates
...

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 Nov 4, 2025
@GSDragoon GSDragoon merged commit 343d50c into master Nov 4, 2025
4 checks passed
@GSDragoon GSDragoon deleted the dependabot/nuget/src/RadeonSoftwareSlimmer/nuget-updates-7aa09963e0 branch November 4, 2025 05:20
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