Open Issues Need Help
View All on GitHubAI 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.
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.
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.