3 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: A test run for the Fantomas formatter fails with an `AggregateException` because the F# code it's attempting to format contains invalid carriage returns. The system explicitly states that only 'lf' or 'crlf' line endings are supported, indicating an issue with how line endings are processed or validated in the input code.

Complexity: 2/5
help wanted

FSharp source code formatter

F#
#ast#formatter#fsharp
Sarif file update 3 months ago

AI Summary: The task is to update the Fantomas project to generate a single SARIF file instead of multiple files, as GitHub no longer supports multiple SARIF files. This likely involves merging the existing SARIF files into one consolidated report.

Complexity: 3/5
help wanted github_actions

FSharp source code formatter

F#
#ast#formatter#fsharp

AI Summary: Implement support for the new .NET 10 DNX tool in the Fantomas F# code formatter, requiring code changes and updates to the release pipeline. This involves adapting Fantomas to utilize the new DNX tooling infrastructure for a smoother user experience.

Complexity: 4/5
discussion help wanted clitool needs-community-interest

FSharp source code formatter

F#
#ast#formatter#fsharp