fantomas-tool 4.5.0-beta-003

Suggested Alternatives

fantomas

This is a prerelease version of fantomas-tool.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global fantomas-tool --version 4.5.0-beta-003
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local fantomas-tool --version 4.5.0-beta-003
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fantomas-tool&version=4.5.0-beta-003&prerelease
                    
nuke :add-package fantomas-tool --version 4.5.0-beta-003
                    

This library aims at formatting F# source files based on a given configuration.
Fantomas will ensure correct indentation and consistent spacing between elements in the source files.
Some common use cases include
(1) Reformatting a code base to conform a universal page width
(2) Converting legacy code from verbose syntax to light syntax
(3) Formatting auto-generated F# signatures.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
5.0.0-alpha-002 2,073 4/4/2022 5.0.0-alpha-002 is deprecated because it is no longer maintained.
5.0.0-alpha-001 944 3/19/2022 5.0.0-alpha-001 is deprecated because it is no longer maintained.
4.7.9 116,896 5/2/2022 4.7.9 is deprecated because it is no longer maintained.
4.7.8 3,931 4/25/2022 4.7.8 is deprecated because it is no longer maintained.
4.7.7 10,373 4/20/2022 4.7.7 is deprecated because it is no longer maintained.
4.7.6 110,695 4/4/2022 4.7.6 is deprecated because it is no longer maintained.
4.7.5 9,574 3/27/2022 4.7.5 is deprecated because it is no longer maintained.
4.7.4 1,246 3/25/2022 4.7.4 is deprecated because it is no longer maintained.
4.7.3 10,416 3/12/2022 4.7.3 is deprecated because it is no longer maintained.
4.7.2 109,027 3/11/2022 4.7.2 is deprecated because it is no longer maintained.
4.7.1 21,337 3/8/2022 4.7.1 is deprecated because it is no longer maintained.
4.7.0 7,824 3/4/2022 4.7.0 is deprecated because it is no longer maintained.
4.6.6 971 3/4/2022 4.6.6 is deprecated because it is no longer maintained.
4.6.5 71,713 2/18/2022 4.6.5 is deprecated because it is no longer maintained.
4.6.4 5,833 2/11/2022 4.6.4 is deprecated because it is no longer maintained.
4.6.3 5,617 2/8/2022 4.6.3 is deprecated because it is no longer maintained.
4.6.2 2,804 2/6/2022 4.6.2 is deprecated because it is no longer maintained.
4.6.1 8,448 2/1/2022 4.6.1 is deprecated because it is no longer maintained.
4.6.0 113,515 1/14/2022 4.6.0 is deprecated because it is no longer maintained.
4.5.0-beta-003 779 7/5/2021 4.5.0-beta-003 is deprecated because it is no longer maintained.
Loading failed

Fix Fantomas introduces meaningless match block. [#1806](https://github.com/fsprojects/fantomas/issues/1806)
Fix Lazy causes indentation to produce invalid F#. [#1805](https://github.com/fsprojects/fantomas/issues/1805)
Fix Nested Fluent API produces wrong code: misses indentation. [#1804](https://github.com/fsprojects/fantomas/issues/1804)
Fix Tuple should be consider short branch in KeepIndentInBranch setting. [#1800](https://github.com/fsprojects/fantomas/issues/1800)
Fix Fantomas adds "of" to a union case when it is seemingly _too long_. [#1796](https://github.com/fsprojects/fantomas/issues/1796)
Fix Function application in if expression should remain on single line. [#1795](https://github.com/fsprojects/fantomas/issues/1795)
Fix Conditional code is not printed. [#1794](https://github.com/fsprojects/fantomas/issues/1794)
Fix Records in list in a pattern match always have a semicolon. [#1793](https://github.com/fsprojects/fantomas/issues/1793)
Fix parenthesis expression in then should further indent inner expression. [#1777](https://github.com/fsprojects/fantomas/issues/1777)