Fantomas.Core 6.0.0-alpha-003

.NET Standard 2.0
This is a prerelease version of Fantomas.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Fantomas.Core --version 6.0.0-alpha-003
NuGet\Install-Package Fantomas.Core -Version 6.0.0-alpha-003
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fantomas.Core" Version="6.0.0-alpha-003" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fantomas.Core --version 6.0.0-alpha-003
#r "nuget: Fantomas.Core, 6.0.0-alpha-003"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fantomas.Core as a Cake Addin
#addin nuget:?package=Fantomas.Core&version=6.0.0-alpha-003&prerelease

// Install Fantomas.Core as a Cake Tool
#tool nuget:?package=Fantomas.Core&version=6.0.0-alpha-003&prerelease

Fantomas

Fantomas logo

GitHub Workflow Status (event) Discord Nuget (with prereleases)

F# source code formatter, inspired by scalariform for Scala, ocp-indent for OCaml and PythonTidy for Python.

dotnet tool install fantomas

Documentation is available at https://fsprojects.github.io/fantomas/docs/index.html

Contributing Guidelines

See the Contribution Guidelines and our contributors documentation

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Fantomas.Core:

Package Downloads
Fantomas.Extras

Utility package for Fantomas

Myriad.Core

Core Myriad library used for developing plugins

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0-alpha-006 49 3/17/2023
6.0.0-alpha-005 51 2/24/2023
6.0.0-alpha-004 49 2/22/2023
6.0.0-alpha-003 62 2/4/2023
6.0.0-alpha-002 60 2/1/2023
6.0.0-alpha-001 65 1/24/2023
5.2.4 127 3/17/2023
5.2.3 145 3/6/2023
5.2.2 167 2/21/2023
5.2.1 1,606 2/4/2023
5.2.0 463 1/19/2023
5.2.0-alpha-012 167 1/14/2023
5.2.0-alpha-011 54 1/12/2023
5.2.0-alpha-010 54 12/30/2022
5.2.0-alpha-009 57 12/29/2022
5.2.0-alpha-008 53 12/28/2022
5.2.0-alpha-007 62 12/26/2022
5.2.0-alpha-006 53 12/22/2022
5.2.0-alpha-005 54 12/16/2022
5.2.0-alpha-004 64 12/8/2022
5.2.0-alpha-003 56 12/6/2022
5.2.0-alpha-002 55 12/4/2022
5.2.0-alpha-001 57 11/30/2022
5.1.5 1,060 12/22/2022
5.1.4 408 11/30/2022
5.1.3 466 11/14/2022
5.1.2 552 11/10/2022
5.1.1 287 11/7/2022
5.1.0 319 11/4/2022
5.1.0-beta-002 70 10/29/2022
5.1.0-beta-001 90 10/19/2022
5.1.0-alpha-007 58 10/14/2022
5.1.0-alpha-006 58 10/14/2022
5.1.0-alpha-005 54 10/7/2022
5.1.0-alpha-004 56 10/7/2022
5.1.0-alpha-003 59 10/2/2022
5.1.0-alpha-002 93 9/29/2022
5.1.0-alpha-001 126 9/18/2022
5.0.6 1,054 10/13/2022
5.0.5 433 10/7/2022
5.0.4 363 10/4/2022
5.0.3 469 9/29/2022
5.0.2 340 9/22/2022
5.0.1 379 9/18/2022
5.0.0 13,133 9/16/2022
5.0.0-beta-010 151 9/10/2022
5.0.0-beta-009 526 9/2/2022
5.0.0-beta-008 274 8/30/2022
5.0.0-beta-007 250 8/19/2022
5.0.0-beta-006 76 8/12/2022
5.0.0-beta-005 86 8/3/2022
5.0.0-beta-004 87 7/27/2022
5.0.0-beta-003 76 7/26/2022
5.0.0-beta-002 102 7/19/2022
5.0.0-beta-001 92 7/15/2022
5.0.0-alpha-011 92 7/8/2022
5.0.0-alpha-010 86 6/27/2022
5.0.0-alpha-009 82 6/21/2022
5.0.0-alpha-008 88 5/28/2022
5.0.0-alpha-007 85 5/16/2022
5.0.0-alpha-006 85 5/13/2022
5.0.0-alpha-005 85 5/7/2022
5.0.0-alpha-004 82 5/7/2022
5.0.0-alpha-003 88 5/6/2022

### Changed

* * Splitting ExperimentalStroustrupStyle to separate settings. [#2276](https://github.com/fsprojects/fantomas/issues/2276)
* * Remove F# option from public API. [#2759](https://github.com/fsprojects/fantomas/pull/2759)
* * Naive parallel formatting implementation. [#2717](https://github.com/fsprojects/fantomas/pull/2717)
* * Add separate CodeFormatter.FormatDocumentAsync overloads with cursor and config. [#2763](https://github.com/fsprojects/fantomas/pull/2763)