Fantomas.Extras
4.0.0-beta-003
See the version list below for details.
dotnet add package Fantomas.Extras --version 4.0.0-beta-003
NuGet\Install-Package Fantomas.Extras -Version 4.0.0-beta-003
<PackageReference Include="Fantomas.Extras" Version="4.0.0-beta-003" />
<PackageVersion Include="Fantomas.Extras" Version="4.0.0-beta-003" />
<PackageReference Include="Fantomas.Extras" />
paket add Fantomas.Extras --version 4.0.0-beta-003
#r "nuget: Fantomas.Extras, 4.0.0-beta-003"
#:package Fantomas.Extras@4.0.0-beta-003
#addin nuget:?package=Fantomas.Extras&version=4.0.0-beta-003&prerelease
#tool nuget:?package=Fantomas.Extras&version=4.0.0-beta-003&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.0.0-beta-003)
- FSharp.Core (>= 4.7.2)
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 | 460 | 5/16/2022 | |
| 5.0.0-alpha-006 | 424 | 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,210 | 5/2/2022 | |
| 4.7.8 | 633 | 4/25/2022 | |
| 4.7.7 | 626 | 4/20/2022 | |
| 4.7.6 | 605 | 4/4/2022 | |
| 4.7.5 | 638 | 3/27/2022 | |
| 4.7.4 | 640 | 3/25/2022 | |
| 4.7.3 | 740 | 3/12/2022 | |
| 4.7.2 | 618 | 3/11/2022 | |
| 4.7.1 | 655 | 3/8/2022 | |
| 4.7.0 | 663 | 3/4/2022 | |
| 4.6.6 | 628 | 3/4/2022 | |
| 4.6.5 | 693 | 2/18/2022 | |
| 4.0.0-beta-003 | 606 | 8/21/2020 |
Update FCS to 37. [#996](https://github.com/fsprojects/fantomas/pull/996)
Add initial support of String Interpolation. [#998](https://github.com/fsprojects/fantomas/issues/998)
Fix Comments in match statements are sometimes deleted. [#1010](https://github.com/fsprojects/fantomas/issues/1010)
Fix Comments on members with get/set are deleted. [#1009](https://github.com/fsprojects/fantomas/issues/1009)
Fix Hexadecimal numbers in enums are output as decimal numbers. [#1006](https://github.com/fsprojects/fantomas/issues/1006)
Fix List indentation issue. [#999](https://github.com/fsprojects/fantomas/issues/999)
Fix Hexadecimal numbers in match arms are output as decimal numbers. [#995](https://github.com/fsprojects/fantomas/issues/995)
Fix Removes the first comment above the member of the list. [#990](https://github.com/fsprojects/fantomas/issues/990)
Fix Brackets increased every time Fantomas is run. [#989](https://github.com/fsprojects/fantomas/issues/989)
Fix Bug: Hash directive in computation expression. [#977](https://github.com/fsprojects/fantomas/issues/977)
Fix Bug with hash directives inside a match statement. [#976](https://github.com/fsprojects/fantomas/issues/976)
Fix Bug with defines in record member assignment. [#968](https://github.com/fsprojects/fantomas/issues/968)
Fix Backquotes are stripped down from ``checked``. [#937](https://github.com/fsprojects/fantomas/issues/937)
Fix Fantomas wraps extra set of parenthesis around parenthesis. [#921](https://github.com/fsprojects/fantomas/issues/921)
Fix Remove indent setting from CLI tool. [#888](https://github.com/fsprojects/fantomas/issues/888)
Fix Fantomas generating invalid F# when trying to format a list created with yields. [#882](https://github.com/fsprojects/fantomas/issues/882)
Fix Invalid unit test ``method call on multiple lines``. [#862](https://github.com/fsprojects/fantomas/issues/862)
Fix Invalid unit test ``should break on . operator and keep indentation``. [#860](https://github.com/fsprojects/fantomas/issues/860)
Fix Multi-line arguments to chained method calls produce invalid code. [#702](https://github.com/fsprojects/fantomas/issues/702)
Fix Line comment displaced from commented #-directive. [#638](https://github.com/fsprojects/fantomas/issues/638)
Fix #if'd argument types are lost. [#633](https://github.com/fsprojects/fantomas/issues/633)
Fix #if'd attributes moved to wrong column. [#631](https://github.com/fsprojects/fantomas/issues/631)
Fix Assembly attributes create over-long lines. [#629](https://github.com/fsprojects/fantomas/issues/629)