Fantomas.Extras
4.1.0-beta-001
See the version list below for details.
dotnet add package Fantomas.Extras --version 4.1.0-beta-001
NuGet\Install-Package Fantomas.Extras -Version 4.1.0-beta-001
<PackageReference Include="Fantomas.Extras" Version="4.1.0-beta-001" />
<PackageVersion Include="Fantomas.Extras" Version="4.1.0-beta-001" />
<PackageReference Include="Fantomas.Extras" />
paket add Fantomas.Extras --version 4.1.0-beta-001
#r "nuget: Fantomas.Extras, 4.1.0-beta-001"
#:package Fantomas.Extras@4.1.0-beta-001
#addin nuget:?package=Fantomas.Extras&version=4.1.0-beta-001&prerelease
#tool nuget:?package=Fantomas.Extras&version=4.1.0-beta-001&prerelease
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 | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- editorconfig (>= 0.12.2)
- Fantomas (>= 4.1.0-beta-001)
- FSharp.Core (>= 4.7.2)
- MAB.DotIgnore (>= 3.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 5.0.0-alpha-007 | 461 | 5/16/2022 | |
| 5.0.0-alpha-006 | 425 | 5/13/2022 | |
| 5.0.0-alpha-005 | 417 | 5/7/2022 | |
| 5.0.0-alpha-004 | 425 | 5/7/2022 | |
| 5.0.0-alpha-003 | 424 | 5/6/2022 | |
| 5.0.0-alpha-002 | 433 | 4/4/2022 | |
| 5.0.0-alpha-001 | 463 | 3/19/2022 | |
| 4.7.9 | 2,211 | 5/2/2022 | |
| 4.7.8 | 634 | 4/25/2022 | |
| 4.7.7 | 626 | 4/20/2022 | |
| 4.7.6 | 607 | 4/4/2022 | |
| 4.7.5 | 639 | 3/27/2022 | |
| 4.7.4 | 642 | 3/25/2022 | |
| 4.7.3 | 741 | 3/12/2022 | |
| 4.7.2 | 618 | 3/11/2022 | |
| 4.7.1 | 655 | 3/8/2022 | |
| 4.7.0 | 665 | 3/4/2022 | |
| 4.6.6 | 628 | 3/4/2022 | |
| 4.6.5 | 694 | 2/18/2022 | |
| 4.1.0-beta-001 | 562 | 9/3/2020 |
Fix Allow line break after return to avoid excessive indenting/aligning. [#1062](https://github.com/fsprojects/fantomas/issues/1062)
Fix Name of static members are removed/empty. [#1059](https://github.com/fsprojects/fantomas/issues/1059)
Fix When using parenthesis in type definition it will sometimes keep adding additional () for each time fantomas i run. [#1057](https://github.com/fsprojects/fantomas/issues/1057)
Fix Multiline string in use expression. [#1055](https://github.com/fsprojects/fantomas/issues/1055)
Fix Issue #246 has returned in v4.0.0. [#1051](https://github.com/fsprojects/fantomas/issues/1051)
Fix Indentation after multiple hash directives is off. [#1026](https://github.com/fsprojects/fantomas/issues/1026)