-
-
Notifications
You must be signed in to change notification settings - Fork 205
Description
π€ This is an automated PR from Repo Assist.
Summary
Bumps 7 NuGet packages to their latest minor/patch versions. All are safe, low-risk updates with no breaking changes (with one minor fix noted below).
| Package | Old | New |
|---|---|---|
| Argu | 6.2.4 | 6.2.5 |
| G-Research.FSharp.Analyzers | 0.18.0 | 0.22.0 |
| Ionide.Analyzers | 0.14.7 | 0.14.11 |
| Ionide.KeepAChangelog.Tasks | 0.3.1 | 0.3.3 |
| NUnit | 4.2.2 | 4.5.1 |
| Serilog | 4.1.0 | 4.3.1 |
| Serilog.Sinks.Console | 6.0.0 | 6.1.1 |
Compatibility Note
NUnit 4.5.1 added strongly-typed Is.EqualTo(T) overloads for numeric/string types. In EditorConfigurationTests.fs, a generic test helper calling Is.EqualTo expected caused F# type-inference ambiguity. Fixed by casting to obj: Is.EqualTo(expected :> obj).
Skipped (major version bumps β too risky without maintainer input)
FSharp.Core (9β11), FsCheck (2β3), FsUnit (6β7), DotNet.ReproducibleBuilds (1β2), NUnit3TestAdapter (4β6), Spectre.Console, System.IO.Abstractions, BenchmarkDotNet, Microsoft.NET.Test.Sdk.
Test Status
- β
Build:
dotnet build fantomas.slnβ succeeded - β
Tests:
dotnet test src/Fantomas.Core.Tests/β 2822 passed, 0 failed (2735 core + 87 integration)
Generated by Repo Assist Β· β·
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@346204513ecfa08b81566450d7d599556807389f
Warning
π‘οΈ Protected Files
This was originally intended as a pull request, but the patch modifies protected files: Directory.Packages.props.
These files may affect project dependencies, CI/CD pipelines, or agent behaviour. Please review the changes carefully before creating the pull request.
Click here to create the pull request once you have reviewed the changes
To route changes like this to a review issue instead of blocking, configure protected-files: fallback-to-issue in your workflow configuration.